:
# 26 May 88
#
# printpc.sh	- shell script to print a pc file on a UNIX printer from a
#		  UNIX prompt.  PC (or remote) TERM must be in control (-c)
#		  mode.
#
# T. Lambert
exec term -x printpc $1 $2 $3 $4
