diff options
author | EuAndreh <eu@euandre.org> | 2022-08-12 20:40:24 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-12 20:40:24 -0300 |
commit | 0c5766bf44260f4a37cc90e69ca63710178631b3 (patch) | |
tree | 5e147762b31b200a1d37b63cbf224359dbfc42ce /bin/email | |
parent | etc/guix/home.scm: Add a bunch of packages (diff) | |
download | dotfiles-0c5766bf44260f4a37cc90e69ca63710178631b3.tar.gz dotfiles-0c5766bf44260f4a37cc90e69ca63710178631b3.tar.xz |
bin/{with-,}email: Add "Examples" section to help string
Diffstat (limited to 'bin/email')
-rwxr-xr-x | bin/email | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 } |