Last active
February 15, 2018 10:40
-
-
Save ypchen/66714ab493a645ac059fc7bd72aa4884 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 | |
| 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