#!/bin/sh

for f
do /usr/5bin/pr -e4 $f | lpr -T$f
done
