xref: /freebsd/share/examples/printing/hpof (revision 5d3e7166f6a0187fa3f8831b16a06bd9955c21ff)
1#!/bin/sh
2#
3#  hpof - Output filter for Hewlett Packard PCL-compatible printers
4#  Installed in /usr/local/libexec/hpof
5
6
7printf "\033&k2G" || exit 2
8exec /usr/libexec/lpr/lpf
9