#!/bin/sh
# printTXT
# print a text file onto a deskjet 500 or 600 printer
#
todos <$1 >/dev/lp1
