Skip to content

Instantly share code, notes, and snippets.

@ypchen
Last active February 15, 2018 10:40
Show Gist options
  • Save ypchen/66714ab493a645ac059fc7bd72aa4884 to your computer and use it in GitHub Desktop.
Save ypchen/66714ab493a645ac059fc7bd72aa4884 to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ -z "${1}" ]; then
echo "${0}" "(URL-encoded)message"
exit 1
fi
execute-gist.bash ff36d174f2412f75a3384b7d5aa97b1e "${1}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment