save point

This commit is contained in:
kake26 2024-03-30 13:43:23 -05:00
parent 3acfcf1d68
commit 9843a8c464
2 changed files with 25 additions and 1 deletions

12
ntfy.bash Normal file
View file

@ -0,0 +1,12 @@
#!/bin/bash
# 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"