shithub: riscv

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