#!/bin/bash
	echo -e '\033%-12345X@PJL comment' # universal exit language
	echo -e '@PJL RESET'		# reset to defaults
	echo -e '@PJL ENTER LANGUAGE = PCL' # USE pcl
	echo -e -n '\033E'		 # reset
	echo -e -n '\033&k2G'		 # translate LF->CR+LF
	cat				 # copy stdin to stdout
	echo -e -n '\033*s1F'		 # flush all pages
	echo -e -n '\033E'		 # reset the printer again.
	echo -e '\033%-12345X@PJL comment' # universal exit language
	exit 0
