home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / cfortune.zip / DO_TROFF < prev    next >
Text File  |  1989-05-25  |  110b  |  5 lines

  1. #!/bin/csh -f
  2. set file=$1
  3. shift
  4. ( echo ".ds Se $file" ; cat Troff.mac ; sed -f Troff.sed $file ) | $* -me
  5.