Skip to content

Instantly share code, notes, and snippets.

@Clivern
Created March 16, 2020 19:46
Show Gist options
  • Save Clivern/948e2041006ef6c9293a3161884c22c7 to your computer and use it in GitHub Desktop.
Save Clivern/948e2041006ef6c9293a3161884c22c7 to your computer and use it in GitHub Desktop.
curl -s \
--form-string "token=$1" \
--form-string "user=$2" \
--form-string "title=$3" \
--form-string "sound=none" \
--form-string "message=$4" \
https://api.pushover.net/1/messages.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment