1f5bc5997SWolfram Schneider#!/bin/sh 2f5bc5997SWolfram Schneider# 3f5bc5997SWolfram Schneider# hprf - FORTRAN text filter for LaserJet 3si: 4f5bc5997SWolfram Schneider# Installed in /usr/local/libexec/hprf 5f5bc5997SWolfram Schneider# 6f5bc5997SWolfram Schneider 7f5bc5997SWolfram Schneiderprintf "\033&k2G" && fpr && printf "\f" && exit 0 8f5bc5997SWolfram Schneiderexit 2 9