save point
This commit is contained in:
parent
3acfcf1d68
commit
9843a8c464
2 changed files with 25 additions and 1 deletions
12
ntfy.bash
Normal file
12
ntfy.bash
Normal 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"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue