aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/misc/remotemail
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/upas/misc/remotemail')
-rwxr-xr-xsrc/cmd/upas/misc/remotemail7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmd/upas/misc/remotemail b/src/cmd/upas/misc/remotemail
new file mode 100755
index 00000000..312ee587
--- /dev/null
+++ b/src/cmd/upas/misc/remotemail
@@ -0,0 +1,7 @@
+#!/bin/rc
+shift
+sender=$1
+shift
+addr=$1
+shift
+/bin/upas/smtp -g research.research.bell-labs.com $addr $sender $*