aboutsummaryrefslogtreecommitdiff
path: root/bin/email
diff options
context:
space:
mode:
Diffstat (limited to 'bin/email')
-rwxr-xr-xbin/email10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/email b/bin/email
index dcfdfa4..3c72086 100755
--- a/bin/email
+++ b/bin/email
@@ -18,6 +18,16 @@ help() {
ADDRESS the email addresses to send the email to
BODY the text to be sent as the body
+
+
+ Send an email to ADDRESS using BODY.
+
+
+ Examples:
+
+ Send 10 numbers to mail@example.com:
+
+ $ seq 10 | email -s number mail@email.com
EOF
}