home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- #
- # $Id: pstext,v 1.1 1992/10/02 01:02:32 craigs Exp $
- #
- # This script uses nenscript as a direct replacement for the Adobe pstext
- # utility. By using nenscript, you also get the capability set set headers
- # and lots of other nice things, but this vanilla script just does the basic
- # ascii to postscript conversion
- #
- # -p- output to stdout, rather than trying to find a printer
- # -B don't print headings
- #
- /usr/local/bin/nenscript -p- -B
-