Skip to content

Instantly share code, notes, and snippets.

@bryanchug
Created October 26, 2012 17:02
Show Gist options
  • Save bryanchug/3959934 to your computer and use it in GitHub Desktop.
Save bryanchug/3959934 to your computer and use it in GitHub Desktop.
Running application.properties-version-specific Grails with GVM
alias grails='~/.gvm/grails/` [ -e application.properties ] && grep app.grails.version application.properties | sed s/app.grails.version=// || echo current `/bin/grails'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment