Scripts to send push notifications to Pushover and Prowl using curl
.
Usage: ./prowl.sh priority(-2 to 2) appname description
Example: ./prowl.sh 0 "hello world" "this is only a test" app="Application Name"
Usage: ./pushover.sh message title url url_title priority device
Example: ./pushover.sh "this is a test" "test title" "http://github.com" "GitHub" 0 "iPad"
Note: All parameters except message are optional