#!/bin/sh

# convert nuweb to noweb

LIB=|LIBDIR|

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