Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 622 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 622 Bytes

Pushover

A simple script to push a message to a Pushover service.

Description

A simple way to send a notification to a phone if anything goes wrong. Simply sends a string message given as an argument to the script.

Usage

Files are deployed to

$HOME/bin/pushover/

directory of pushover user on local_server with a symbolic link

$HOME/bin/pushover.py -> $HOME/bin/pushover/pushover.py

for easy access.

To enable global usage, an additional symbolic link

/usr/local/bin/pushover.py -> $HOME/bin/pushover.py

is also created.