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