shithub: riscv

ref: 85afec4c2f95f12970b9f0e9a73a02cf29645745
dir: /rc/bin/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 $*
}