about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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' \