home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / pnm2ppa / examples / lpd / ascii.if next >
Encoding:
Text File  |  2000-10-28  |  210 b   |  8 lines

  1. #! /bin/sh
  2. # for printing black and white text (ascii) files.
  3. FILTER="/usr/local/bin/bw.if"
  4. #FILTER="/usr/local/bin/bweco.if"
  5. #------enscript command line--------------------------
  6. enscript -2rj -p- | $FILTER
  7.  
  8.