shithub: riscv

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