freebsd_amp_hwpstate/usr.bin/fortune/tools/Do_troff

8 lines
152 B
Tcsh

#!/bin/csh -f
set file=$1
shift
( echo ".ds Se $file" ; cat Troff.mac ; sed -f Troff.sed $file ) | \
$* -me >& $file.tr
echo troff output in $file.tr