Skip to content

Instantly share code, notes, and snippets.

@sprohaszka
sprohaszka / gist:549907
Created August 25, 2010 17:26
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"