shithub: riscv

ref: 3e0e77a8521331412c96b6371622aa2f76d7aefc
dir: /sys/src/cmd/upas/misc/mail/

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 $*
}