9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# hpof - Output filter for Hewlett Packard PCL-compatible printers
|
||
|
# Installed in /usr/local/libexec/hpof
|
||
|
|
||
|
|
||
|
printf "\033&k2G" || exit 2
|
||
|
exec /usr/libexec/lpr/lpf
|