xref: /plan9/sys/lib/lp/stat/lpd (revision 7dd7cddf99dd7472612f1413b4da293630e6b1bc)
1#!/bin/rc
2
3if (! ~ $DEBUG '') flag x +
4
5echo transmission log:
6if (test -r $LPLIB/log/$LPDEST^.st) {
7	tail -3 $LPLIB/log/$LPDEST^.st
8	echo
9}
10echo printer queue:
11/$cputype/bin/aux/lpdsend -q -d$OUTDEV $DEST_HOST
12