#!/bin/sh

# convert nuweb to noweb

LIB=/usr/libexec/noweb/lib

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