#!	/bin/csh -f
#
# Copyright 1993, 1994, 1995 by the Regents of the University of California.
# see the file "Copyright" in the distribution for conditions of use.
#
#
#	print on line printer
#
#		get file name
#
echo -n "Enter file name: "
set filename = $<
set y = ( $filename )
if( $#y == 0 ) exit
#
lpr $filename
