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