-
-
Save ctaloi/4070107 to your computer and use it in GitHub Desktop.
pushover commandline sample
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
curl -s \ | |
-F "token=abc123" \ | |
-F "user=user123" \ | |
-F "message=hello world" \ | |
https://api.pushover.net/1/messages | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment