blob: 29dfd6257970812d8a38643f393ab14c440df0a3 [file] [log] [blame]
#!/bin/sh
##############################################################################
## ##
## Groovy JVM Bootstrap for UN*X ##
## ##
## use -cp or -classpath just as in java to use a custom classpath ##
## ##
##############################################################################
##
## $Revision$
## $Date$
##
GROOVY_APP_NAME=Groovy
DIRNAME=`dirname "$0"`
. "$DIRNAME/startGroovy"
startGroovy groovy.ui.GroovyMain "$@"