8 lines
113 B
Bash
Executable File
8 lines
113 B
Bash
Executable File
#!/bin/rc
|
|
shift
|
|
sender=$1
|
|
shift
|
|
addr=$1
|
|
shift
|
|
/bin/upas/smtp -g research.research.bell-labs.com $addr $sender $*
|