Junk to Gold

This commit is contained in:
Revision
2023-05-09 22:47:28 +02:00
parent f10ffa8c1b
commit ce01d81a0c
4 changed files with 92 additions and 1 deletions

8
include.sh Normal file
View File

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