9 lines
95 B
Plaintext
9 lines
95 B
Plaintext
|
#!/bin/rc
|
||
|
shift
|
||
|
sender=$1
|
||
|
shift
|
||
|
addr=$1
|
||
|
shift
|
||
|
mount -a /srv/telco /net
|
||
|
aux/faxsend -v $addr $*
|