#! /bin/sh
# Script to send the uartpatch to the LaserWriter
echo -n "lwinit 1.0: Sending the UART patch to printer ps..."
lpr -Pps $FMHOME/postscript/uartpatch.ps
echo "Done."
