#!/bin/sh

# Set the PRINTER var to a "gs" device. 
# Try gs -h for a list of drivers
# You must have nenscript installed to run this.




PRINTER=djet500
nenscript -ZB -p- | gs -q -sDEVICE=$PRINTER \
		-sPAPERSIZE=letter -dNOPAUSE \
		-dSAFER -sOutputFile=- -





