Skip to content

Instantly share code, notes, and snippets.

@ewxrjk
Created February 3, 2017 10:23
Show Gist options
  • Save ewxrjk/f24bc6a54f0afc693bb59f18e817bd00 to your computer and use it in GitHub Desktop.
Save ewxrjk/f24bc6a54f0afc693bb59f18e817bd00 to your computer and use it in GitHub Desktop.
#!/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