Blob
1 ### Pushover.pl3 Simple Perl script to send notifications via [Pushover](https://pushover.net)5 $ ./pushover.pl6 Usage: ./pushover.pl -m message [-t title] [-p priority] [-u url] [-a application] [-c config]7 Options:8 -m | --message text9 -t | --title text | (default: Notification)10 -p | --priority [0|1] (default: 0)11 -u | --url text (no default)12 -a | --application text (default: root property of config)13 -c | --config text (no default)