#!	/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.
#
#
#	to printer
#		get file name
#
#
echo -n "Enter file name(s): "
set filename = $<
set y = ( $filename )
if( $#y == 0 ) exit
#
toprinter -d $filename
