Created
February 3, 2017 10:23
-
-
Save ewxrjk/f24bc6a54f0afc693bb59f18e817bd00 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -e | |
set -x | |
read -r -d '' BODY <<EOM | |
foo | |
EOM | |
echo "$BODY" | mail rjk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment