Created
September 15, 2014 07:09
-
-
Save welshstew/078df710c2160f6067c4 to your computer and use it in GitHub Desktop.
some shortcuts for your bash profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export ACTIVEMQ_HOME=/usr/local/Cellar/activemq/5.10.0/libexec | |
export ACTIVEMQ=$ACTIVEMQ_HOME/bin | |
alias startactivmq='$ACTIVEMQ/activemq start' | |
alias starthawtio='java -jar /Users/swinchester/hawtio/hawtio-app-1.4.16.jar --port 8090' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment