Skip to content

Instantly share code, notes, and snippets.

View Rocketeer007's full-sized avatar

Nick Price Rocketeer007

View GitHub Profile
@Rocketeer007
Rocketeer007 / notify.sh
Last active March 19, 2017 18:10
Send a PushOver notification
#!/bin/sh
MESSAGE=$*
PUSHOVER_APP_TOKEN=a9DSV_REDACTED_VALUE
PUSHOVER_USER_TOKEN=uVqZ_REDACTED_VALUE
# Send PushOver notification
curl -s \
--form-string "token=${PUSHOVER_APP_TOKEN}" \