Skip to content

Instantly share code, notes, and snippets.

@George1
George1 / grails.bat
Created February 24, 2010 21:24
Automatically selects version of Grails to run based either on context, environment variable, or command line argument.
@ECHO OFF
REM
REM Automatic Grails Version Selector v1.0
REM
REM Description:
REM Automatically selects version of Grails to run based either
REM on context, environment variable, or command line argument.
REM
REM Copyright © 2010, Componentix (http://www.componentix.com/)