blob: f746b393f1be93d607d9a9dd21f0b6712865e932 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/rc
if (! ~ $DEBUG '') flag x +
echo transmission log:
if (test -r $LPLIB/log/$LPDEST^.st) {
tail -3 $LPLIB/log/$LPDEST^.st
echo
}
echo printer queue:
/$cputype/bin/aux/lpdsend -q -d$OUTDEV $DEST_HOST
|