Skip to content

Instantly share code, notes, and snippets.

@milligramme
Created July 23, 2012 18:27
Show Gist options
  • Save milligramme/3165246 to your computer and use it in GitHub Desktop.
Save milligramme/3165246 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