#!/bin/sh

# convert nuweb to noweb

LIB=/build/buildd/axiom-0.20040128/mnt/linux/bin/lib

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