shithub: riscv

ref: 7f224a8f6d343cf0aaf162cc9b9f7d4d62ac78ac
dir: /sys/lib/dist/mail/lib/justqmail/

View raw version
#!/bin/rc
sender=$1
shift
addr=$1
shift
upas/qer /mail/queue mail $sender $addr $* || exit 1
exit 0