Skip to content

Instantly share code, notes, and snippets.

@welshstew
Created September 15, 2014 07:09
Show Gist options
  • Save welshstew/078df710c2160f6067c4 to your computer and use it in GitHub Desktop.
Save welshstew/078df710c2160f6067c4 to your computer and use it in GitHub Desktop.
some shortcuts for your bash profile
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