Satan made me do it

This commit is contained in:
kake26 2024-11-15 22:48:57 -06:00
parent 7c113360c8
commit 795f72db03
Signed by: kake26
GPG key ID: E8AFC43591876B4D
9 changed files with 118 additions and 69 deletions

14
modules/ntfy.bash Normal file
View file

@ -0,0 +1,14 @@
#!/bin/bash
# was split out to a seperate project, but will be pulled in when done
# check for curl
if ! command -v curl &> /dev/null
then
echo "This module needs curl to be installed."
exit
fi
ntfyserver="http://192.168.168:83"