Thanks to John Cummings.
This commit is contained in:
parent
cd37451963
commit
5cdb17983a
94 changed files with 26853 additions and 0 deletions
12
src/cmd/upas/misc/mail.sh
Normal file
12
src/cmd/upas/misc/mail.sh
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
case $1 in
|
||||
-n)
|
||||
exec LIBDIR/notify
|
||||
exit $? ;;
|
||||
-m*|-f*|-r*|-p*|-e*|"")
|
||||
exec LIBDIR/edmail $*
|
||||
exit $? ;;
|
||||
*)
|
||||
exec LIBDIR/send $*
|
||||
exit $? ;;
|
||||
esac
|
||||
Loading…
Add table
Add a link
Reference in a new issue