shithub: riscv

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