mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-27 05:21:08 +01:00
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# hprf - FORTRAN text filter for LaserJet 3si:
|
||
|
# Installed in /usr/local/libexec/hprf
|
||
|
#
|
||
|
|
||
|
printf "\033&k2G" && fpr && printf "\f" && exit 0
|
||
|
exit 2
|