aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-05-14 01:40:53 -0300
committerEuAndreh <eu@euandre.org>2022-05-14 01:40:53 -0300
commite737dcb2b25b653994e052f3412ffcc787709ecb (patch)
treee2b87f4b3efad73cff736c19ebae78eeb3b15f0f /bin
parentetc/guix/home.scm: Remove inetutils package (diff)
downloaddotfiles-e737dcb2b25b653994e052f3412ffcc787709ecb.tar.gz
dotfiles-e737dcb2b25b653994e052f3412ffcc787709ecb.tar.xz
bin/msg: Include an empty space in the body of the email to get a valid email
Diffstat (limited to 'bin')
-rwxr-xr-xbin/msg2
1 files changed, 1 insertions, 1 deletions
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)