fmtn / a

ActiveMQ CLI testing and message management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't depend on script being in ~/bin

kutzi opened this issue · comments

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 "$@"