Skip to content

Instantly share code, notes, and snippets.

@sprohaszka
Created August 25, 2010 17:26
Show Gist options
  • Save sprohaszka/549907 to your computer and use it in GitHub Desktop.
Save sprohaszka/549907 to your computer and use it in GitHub Desktop.
Multiple version of grails
export GRAILS_HOME=/opt/grails-$1
$GRAILS_HOME/bin/grails $2
#exemple : runGrails 1.3.1 "-Dserver.port=8082 run-app"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment