Skip to content

Instantly share code, notes, and snippets.

@chanwit
Created June 27, 2010 10:09
Show Gist options
  • Save chanwit/454808 to your computer and use it in GitHub Desktop.
Save chanwit/454808 to your computer and use it in GitHub Desktop.
Grails Switcher
pushd $PWD
cd $GRAILS_HOME/..
unlink current
ln -s grails-$1 current
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment