#!/bin/sh
gs -sDEVICE=deskjet -r300 -sOutputFile=/dev/lp1 -sPAPERSIZE=a4 \
  -q -dNOPAUSE < $* -
