Initial build
This commit is contained in:
parent
ff0c5acd2a
commit
f8e7eabde4
8 changed files with 151 additions and 1 deletions
8
include.sh
Normal file
8
include.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
MOD_GUILDFUNDS_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )"
|
||||
|
||||
source $MOD_GUILDFUNDS_ROOT"/conf/conf.sh.dist"
|
||||
|
||||
if [ -f $MOD_GUILDFUNDS_ROOT"/conf/conf.sh" ]; then
|
||||
source $MOD_GUILDFUNDS_ROOT"/conf/conf.sh"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue