fmtn/a

Don't depend on script being in ~/bin

kutzi opened this issue · 0 comments

kutzi commented

Would be nice if the start script wouldn't depend on the JAR being in ~/bin
I.e. change the script to something like this:

BASEDIR=$(dirname "$0")
+java -jar $BASEDIR/a-*-jar-with-dependencies.jar "$@"