Skip to content

Instantly share code, notes, and snippets.

@nckltcha
Created August 20, 2012 09:46
Show Gist options
  • Select an option

  • Save nckltcha/3402709 to your computer and use it in GitHub Desktop.

Select an option

Save nckltcha/3402709 to your computer and use it in GitHub Desktop.
Using Wget to post a pushvoer notification
wget --post-data 'token=APIKEY&user=USERKEY&"message=hello world' -O - https://api.pushover.net/1/messages
@rsbarberi
Copy link
Copy Markdown

I think you have an extra " in the middle there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment