Skip to content

Instantly share code, notes, and snippets.

@ctaloi
Forked from milligramme/pushover.sh
Created November 14, 2012 03:38
Show Gist options
  • Save ctaloi/4070107 to your computer and use it in GitHub Desktop.
Save ctaloi/4070107 to your computer and use it in GitHub Desktop.
pushover commandline sample
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