stylps-color-atalk 360 B

1234567891011
  1. #!/bin/sh
  2. # This script assumes that lpd passes the username and hostname of
  3. # the user that owns the print job in arguments 5 and 7, respectively.
  4. /usr/local/gnu/bin/gs -q -dNOPAUSE -sDEVICE=bitcmyk \
  5. -r360x360 -g3060x3960 \
  6. -sOutputFile=- - \
  7. |/usr/local/sbin/lpstyl -t bitcmyk -w 3060 -h 3960 \
  8. -a 'PaperShredder:ColorStyleWriter2400AT' -u ${5}@${7}