ref: a6d852d0a63c3804fa651fdb8abbf6893f898afd dir: /sys/src/cmd/upas/misc/mail.rc/
#!/bin/rc switch($#*){ case 0 exec upas/nedmail } switch($1){ case -f* -r* -c* -m* exec upas/nedmail $* case * exec upas/marshal -8 $* }