Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

pushover.sh

Simple bash script to send messages with Pushover service (https://pushover.net), designed for IoT devices like routers or Raspberry PI. Works well on BuzyBox.

One-line installation command:

wget -O /tmp/install.sh https://bit.ly/pushover-sh && chmod +x /tmp/install.sh && /tmp/install.sh

Usage:

./pushover.sh "message" "title" "sound"
  • "message" is mandatory
  • "title" is optional, otherwize local username and host will be shown
  • "sound" is optional, see https://pushover.net/api#sounds for available sounds

Examples:

	`./pushover.sh "This is a test message"`
		only message
	./pushover.sh "Test message" "Test title" "echo"
		message with title and echo sound
	./pushover.sh "\`ls -la\`"
		output of command "ls -la"

You can customize script for other settings, like priority or device to send.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages