mxwcore-wotlk/modules/mod-transmog/include.sh

10 lines
234 B
Bash
Raw Permalink Normal View History

2023-11-07 18:17:57 -05:00
#!/usr/bin/env bash
TRANSM_PATH_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )"
source $TRANSM_PATH_ROOT"/conf/conf.sh.dist"
if [ -f $TRANSM_PATH_ROOT"/conf/conf.sh" ]; then
source $TRANSM_PATH_ROOT"/conf/conf.sh"
fi