shithub: riscv

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