mirror of
https://github.com/noisiver/mod-junk-to-gold.git
synced 2026-01-13 00:38:33 +00:00
Junk to Gold
This commit is contained in:
8
include.sh
Normal file
8
include.sh
Normal 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
|
||||
Reference in New Issue
Block a user