# Pushover bash script This is a bash script that will allow you to send a [Pushover](http://pushover.net) message very easily from a script or terminal. ## Usage Just put the script somewhere, and call it this way: > ./pushover [title] So, for example: > ./pushover "This is a test message from my Raspberry Pi." > ./pushover "This is another message." "Wow, dude, nice title"