home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / print / ascii2ps / nenscrib / pstext < prev    next >
Encoding:
Text File  |  1994-02-03  |  449 b   |  14 lines

  1. #!/bin/sh
  2. #
  3. # $Id: pstext,v 1.1 1992/10/02 01:02:32 craigs Exp $
  4. #
  5. # This script uses nenscript as a direct replacement for the Adobe pstext
  6. # utility. By using nenscript, you also get the capability set set headers
  7. # and lots of other nice things, but this vanilla script just does the basic
  8. # ascii to postscript conversion
  9. #
  10. #    -p-    output to stdout, rather than trying to find a printer
  11. #    -B    don't print headings
  12. #
  13. /usr/local/bin/nenscript -p- -B
  14.