#! /bin/sh
#
#        gtlp
#
if ( test $GTTMPDIR ) then
	lpr $LPRPSOPT $GTTMPDIR/sgks.ps
else
	lpr $LPRPSOPT sgks.ps
fi
