#! /bin/sh
sed -f /usr/local/lib/nfconvert.sed.0 < $1 > /tmp/nf.0.$$
sed -f /usr/local/lib/nfconvert.sed.1 < /tmp/nf.0.$$ > /tmp/nf.1.$$
sed -f /usr/local/lib/nfconvert.sed.2 < /tmp/nf.1.$$ 
rm -f /tmp/nf.0.$$ /tmp/nf.1.$$
