taxi builder

This commit is contained in:
2026-05-11 18:35:47 +04:00
parent 0a3d3b6afa
commit 13747727cf
21 changed files with 3578 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
MOD_TAXI_BUILDER_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )"
source $MOD_TAXI_BUILDER_ROOT"/conf/conf.sh.dist"
if [ -f $MOD_TAXI_BUILDER_ROOT"/conf/conf.sh" ]; then
source $MOD_TAXI_BUILDER_ROOT"/conf/conf.sh"
fi