#
if [ $# = 0 ]; then
	exit;
fi
echo  -n "&k3G" > /dev/lp1
cat $1 > /dev/lp1
echo  -n "" > /dev/lp1
