mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
8 lines
158 B
Bash
8 lines
158 B
Bash
#!/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
|