#!/bin/sh
# printRAW
# print a file onto a deskjet 500 or 600 printer in raw mode
#
cat $1 >/dev/lp1
