From 35b2551cd58389eed065084ad264ee3f9dcef79e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 4 Sep 2020 11:34:36 -0300 Subject: mail cli til: Add clearer separation between code examples --- .../2020-09-04-send-emails-using-the-command-line-for-fun-and-profit.md | 2 ++ 1 file changed, 2 insertions(+) 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" ``` -- cgit v1.2.3