This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
RISCI_ATOM
/
plan9-gpl
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
7524062cfa
Branches
Tags
master
plan9-gpl
/
mail
/
lib
/
justqmail
justqmail
100 B
Histórico
Raw
1
2
3
4
5
6
7
#!/bin/rc
sender=$1
shift
addr=$1
shift
upas/qer /mail/queue mail $sender $addr $* || exit 1
exit 0