From e737dcb2b25b653994e052f3412ffcc787709ecb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 14 May 2022 01:40:53 -0300 Subject: bin/msg: Include an empty space in the body of the email to get a valid email --- bin/msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/msg') diff --git a/bin/msg b/bin/msg index 3bcc98e..405d406 100755 --- a/bin/msg +++ b/bin/msg @@ -58,7 +58,7 @@ while getopts 'X:sS:m:D:bh' flag; do ACTION_DONE=true ;; m) - echo "" | email -s "$OPTARG" eu@euandre.org + echo " " | email -s "$OPTARG" eu@euandre.org ACTION_DONE=true ;; D) -- cgit v1.2.3