diff options
author | Benny Morrison <benmorrison@ttm.sh> | 2019-03-17 23:12:47 -0400 |
---|---|---|
committer | Benny Morrison <benmorrison@ttm.sh> | 2019-03-17 23:12:47 -0400 |
commit | 3c3e237996f016bb3e9e6ccd5b15b357cb281a16 (patch) | |
tree | 608f4f5390f532fdcdf56db8f55526cf0afd32eb /gotify.sh.example | |
parent | fefe22f3e20ea4237619f8267568a208285a309d (diff) | |
download | goofbot-3c3e237996f016bb3e9e6ccd5b15b357cb281a16.tar.gz |
added shebang for compatibility
Diffstat (limited to 'gotify.sh.example')
-rw-r--r-- | gotify.sh.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gotify.sh.example b/gotify.sh.example index 72caa06..8a2ac9d 100644 --- a/gotify.sh.example +++ b/gotify.sh.example @@ -1,3 +1,5 @@ +#!/usr/local/bin/bash + curl --request POST \ --url 'https://gotify.tildeverse.org/message?token=redacted' \ --header 'accept: application/json' \ |