#! /bin/csh -g

ghostscript \
  -q -sDEVICE=laserjet -dNOPAUSE -sOutputFile="|lpr -Php" -- "$*"
