Skip to content

Instantly share code, notes, and snippets.

@ar
Created December 7, 2010 21:48
Show Gist options
  • Save ar/732481 to your computer and use it in GitHub Desktop.
Save ar/732481 to your computer and use it in GitHub Desktop.
Q2 start script
#!/bin/bash
cd $HOME/git/jpos
mvn -Dmaven.test.skip=true clean package
cd jpos/target
tar zxf jpos-1.8.0.tar.gz
cd jpos-1.8.0
exec bin/q2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment