shithub: riscv

ref: 19d6a98038953b27f539e1fd2187b7cfec9b108d
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 $*
}