#!/bin/sh

# convert nuweb to noweb

LIB=$AXIOM/bin/lib

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