#!/bin/sh
#
# Kludge to do sensible printing of plain-text files.  The
# files should probably have no more than 72 chars per line.

pr -o 8 -t $* | unix2dos | lpr
