mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
11 lines
209 B
Bash
Executable file
11 lines
209 B
Bash
Executable file
#!/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
|