save point
This commit is contained in:
parent
795f72db03
commit
d60d417579
9 changed files with 48 additions and 1 deletions
|
@ -19,6 +19,13 @@ cleanup() {
|
|||
}
|
||||
|
||||
source ./modules/config_json.bash # can be json or ini, I preffer json
|
||||
source ./modules/gui.bash
|
||||
source ./modules/ntfy.bash
|
||||
#source ./modules/keydb.bash
|
||||
|
||||
# Keydb / Redis interaction functions, works for both
|
||||
|
||||
|
||||
show_notification "Hello World!"
|
||||
|
||||
send_ntfy_message "Hello World!" "kuma"
|
Loading…
Add table
Add a link
Reference in a new issue