feat(BASH): add support for db_assembler (#30)

This commit is contained in:
Patrick Lewis
2021-03-15 10:52:58 -07:00
committed by GitHub
parent 4df944d800
commit 10659d6642
3 changed files with 22 additions and 0 deletions

10
include.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
## GETS THE CURRENT MODULE ROOT DIRECTORY
MOD_ANTICHEAT_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )"
source "$MOD_ANTICHEAT_ROOT/conf/conf.sh.dist"
if [ -f "$MOD_ANTICHEAT_ROOT/conf/conf.sh" ]; then
source "$MOD_ANTICHEAT_ROOT/conf/conf.sh"
fi