Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/cmd/upas/misc/unix/mail.sh
#!/bin/sh case $1 in -n) exec LIBDIR/notify exit $? ;; -m*|-f*|-r*|-p*|-e*|"") exec LIBDIR/edmail $* exit $? ;; *) exec LIBDIR/send $* exit $? ;; esac