Initial commit

Added the script taken directly from the old assistant code.
This commit is contained in:
Revision
2021-12-08 18:11:27 +01:00
parent 341ec2cef1
commit 4a2fd85f5d
6 changed files with 78 additions and 1 deletions

8
include.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
MOD_WEEKENDBONUS_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )"
source $MOD_WEEKENDBONUS_ROOT"/conf/conf.sh.dist"
if [ -f $MOD_WEEKENDBONUS_ROOT"/conf/conf.sh" ]; then
source $MOD_WEEKENDBONUS_ROOT"/conf/conf.sh"
fi