diff options
author | EuAndreh <eu@euandre.org> | 2022-05-14 01:40:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-14 01:40:53 -0300 |
commit | e737dcb2b25b653994e052f3412ffcc787709ecb (patch) | |
tree | e2b87f4b3efad73cff736c19ebae78eeb3b15f0f /bin | |
parent | etc/guix/home.scm: Remove inetutils package (diff) | |
download | dotfiles-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-x | bin/msg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |