First version of Transmog Module for AC

This commit is contained in:
Yehonal
2016-11-17 10:25:43 +01:00
commit e341965797
17 changed files with 1943 additions and 0 deletions

9
include.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/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