home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
games
/
volume1
/
fortune
/
part01
/
Do_troff
next >
Wrap
Text File
|
1987-05-26
|
106b
|
5 lines
#!/bin/csh -f
set file=$1
shift
( echo ".ds Se $file" ; cat Troff.mac ; sed -f Troff.sed $file ) | $* -me