#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
$DIR/compi-files/jre/bin/java -Denvsubst.path=$DIR/compi-files/envsubst -jar "$DIR/compi-files/compi-cli-1.6.0-jar-with-dependencies.jar" "$@"
