shithub: riscv

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