
# HPUX_ID: @(#)29.2   86/07/04
#          @(#)calpr.sh	29.2      86/06/26

if [ $# -ne 3 ]
then
echo '\twrong number of parameters\n'
exit
fi
pr -mtw133 $2 $3 |lp -n$1 -oc
/* ---------- */
