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