xref: /dflybsd-src/share/examples/printing/hpof (revision f1e3af6c0d9fb009456c1ad7a10c323acbf7022f)
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