diff options
Diffstat (limited to '_tils/2020-09-04-send-emails-using-the-command-line-for-fun-and-profit.md')
-rw-r--r-- | _tils/2020-09-04-send-emails-using-the-command-line-for-fun-and-profit.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_tils/2020-09-04-send-emails-using-the-command-line-for-fun-and-profit.md b/_tils/2020-09-04-send-emails-using-the-command-line-for-fun-and-profit.md index f930a08..fa21fb6 100644 --- a/_tils/2020-09-04-send-emails-using-the-command-line-for-fun-and-profit.md +++ b/_tils/2020-09-04-send-emails-using-the-command-line-for-fun-and-profit.md @@ -61,7 +61,9 @@ finish() { trap finish EXIT do-long-backup-cmd-here +``` +``` # share the output of a cmd with someone some-program | mail someone@example.com -s "The weird logs that I was talking about" ``` |