#! /bin/sh
GS=/usr/bin/gs
GSCONF='-q -sOutputFile=- -sDEVICE=png16m -sPAPERSIZE=a4 -r360 -'
PIPS=/usr/bin/pips770

$GS ${GSCONF} | ${PIPS} -ui C
