12 lines
209 B
Text
12 lines
209 B
Text
|
|
#!/usr/local/plan9/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:
|
||
|
|
lpdsend -q -d$OUTDEV $DEST_HOST
|