about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenny Morrison <benmorrison@ttm.sh>2019-03-17 23:12:47 -0400
committerBenny Morrison <benmorrison@ttm.sh>2019-03-17 23:12:47 -0400
commit3c3e237996f016bb3e9e6ccd5b15b357cb281a16 (patch)
tree608f4f5390f532fdcdf56db8f55526cf0afd32eb
parentfefe22f3e20ea4237619f8267568a208285a309d (diff)
downloadgoofbot-3c3e237996f016bb3e9e6ccd5b15b357cb281a16.tar.gz
added shebang for compatibility
-rw-r--r--gotify.sh.example2
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' \