#!/bin/sh

# convert nuweb to noweb

LIB=/usr/src/RPM/BUILD/axiom/mnt/linux/bin/lib

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