]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - fortune/tools/Do_troff
initial import of 386bsd-0.1 sources
[bsdgames-darwin.git] / fortune / tools / Do_troff
1 #!/bin/csh -f
2 #
3 # @(#)Do_troff 5.4 (Berkeley) 4/8/91
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