shithub: riscv

ref: 1d94a18e5683d0d69aca4c8350b7914419fae6bc
dir: /sys/src/cmd/upas/misc/mail.rc/

View raw version
#!/bin/rc
switch($#*){
case 0
	exec upas/nedmail
}

switch($1){
case -f* -r* -c* -m*
	exec upas/nedmail $*
case *
	exec upas/marshal -8 $*
}