3 ##############################################################################
5 ## Groovy JVM Bootstrap for UN*X ##
7 ## use -cp or -classpath just as in java to use a custom classpath ##
9 ##############################################################################
16 GROOVY_APP_NAME
=Groovy
17 DIRNAME
=`dirname "$0"`
18 .
"$DIRNAME/startGroovy"
20 startGroovy groovy.ui.GroovyMain
"$@"