#!/bin/tcsh
ansi < $1 > $1.$$
enscript -o $2 -B -f Courier9.3 -L 66 -r -s 0 $1.$$
rm -f $1.$$
