ref: 37cbd6b632c56f09c0c561cddc1c4e5645dd4269 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 $* }