NetBSD/games/fortune/tools/Do_troff

11 lines
193 B
Plaintext
Raw Normal View History

1993-03-21 12:45:37 +03:00
#!/bin/csh -f
#
# @(#)Do_troff 5.4 (Berkeley) 4/8/91
#
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