Last active
October 8, 2019 15:28
-
-
Save negipo/515419f3838aaab97796 to your computer and use it in GitHub Desktop.
This file contains 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
#!/usr/bin/env sh | |
curl -X POST -H "Accept: application/json" -H "Content-type: application/json" \ | |
-d "{\"value1\": \"$*\"}" \ | |
'https://maker.ifttt.com/trigger/{your event name}}/with/key/{insert your key}' \ | |
>/dev/null 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment