5 lines
92 B
Text
5 lines
92 B
Text
|
#!/bin/rc
|
||
|
|
||
|
if (~ $#* 0) exits 'no argument'
|
||
|
/$cputype/bin/aux/lpdsend -dPORT1 -k $1 $OUTDEV
|