#!/bin/sh

# convert nuweb to noweb

LIB=/afs/sipb.mit.edu/user/dmaze/arch/sun4x_57/lib

$LIB/numarkup "$@" | $LIB/unmarkup
