]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - games/fortune/tools/Do_troff
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / games / fortune / tools / Do_troff
1 #!/bin/csh -f
2 #
3 #       @(#)Do_troff    8.1 (Berkeley) 5/31/93
4 #
5
6 set file=$1
7 shift
8 ( echo ".ds Se $file" ; cat Troff.mac ; sed -f Troff.sed $file ) | \
9         $* -me >& $file.tr
10 echo troff output in $file.tr