Satan made me do it
This commit is contained in:
parent
7c113360c8
commit
795f72db03
9 changed files with 118 additions and 69 deletions
14
modules/ntfy.bash
Normal file
14
modules/ntfy.bash
Normal 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"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue