#!/bin/sh

/usr/pkg/bin/gs -q -dNOPAUSE -dSAFER -sDEVICE=pbmraw -r360x360 \
	-sOutputFile=- - \
|/usr/pkg/sbin/lpstyl

