3 # hpif - Simple text input filter for lpd for HP-PCL based printers
4 # Installed in /usr/local/libexec/hpif
6 # Simply copies stdin to stdout. Ignores all filter arguments.
7 # Tells printer to treat LF as CR+LF. Writes a form feed character
10 printf "\033&k2G" && cat && printf "\f" && exit 0