Allows you tab-complete activemq in bash
First be sure that activemq
command is in your path. Just write activemq in bash and press enter. If you get
activemq: command not found
or similar then you should add $ACTIVEMQ_HOME/bin/activemq
to your $PATH
. Easy way is to edit ~/.bashrc file and add at the end:
PATH="~/$ACTIVEMQ_HOME/bin/activemq:$PATH"
where $ACTIVEMQ_HOME
is path to your activemq installation.
When activemq
command is recognized well then in you .profile
or .bash_profile
file add:
source PATH_TO_activemq_complete.bash
Fork it, fix it, and submit pull request. I'll merge it in (but not promise).