xref: /freebsd/share/examples/printing/hprf (revision 13ec1e3155c7e9bf037b12af186351b7fa9b9450)
1#!/bin/sh
2#
3# hprf - FORTRAN text filter for LaserJet 3si:
4# Installed in /usr/local/libexec/hprf
5#
6
7printf "\033&k2G" && fpr && printf "\f" && exit 0
8exit 2
9