shithub: riscv

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