rp

simple email tools
git clone https://git.parazyd.org/rp
Log | Files | Refs | README | LICENSE

commit 6ec6b56d1265287b9c070636040c44b1f3f470ff
parent 7afc5d6a6a66ebfb540c802b5403cdb81e475292
Author: parazyd <parazyd@dyne.org>
Date:   Wed, 28 Feb 2018 00:41:59 +0100

rpsend: add note about stdin.

Diffstat:
Mbin/rpsend | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/rpsend b/bin/rpsend @@ -12,6 +12,7 @@ usage() { einfo " -n: dry run" einfo " -l: list outbox" einfo " -a: send all" + einfo " It is also possible to pipe an email to $(basename $0)'s stdin.'" exit 1 }