scripts/notify-ntfy.sh aktualisiert
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
# Auto-load /etc/default/ntfy-env if present
|
||||
if [ -r /etc/default/ntfy-env ]; then
|
||||
set -a; . /etc/default/ntfy-env; set +a
|
||||
fi
|
||||
|
||||
# Lightweight ntfy notifier: usable as library (source) or CLI.
|
||||
# Usage (CLI):
|
||||
# notify-ntfy.sh "topic" "Title" "Body" [priority] [tags]
|
||||
|
||||
Reference in New Issue
Block a user