blob: 60c865617eacad09656f5f66710f145a67fd7014 [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$
##
DIRNAME=`dirname "$0"`
JAVA_OPTS="$JAVA_OPTS -Dscript.name=$0"
export JAVA_OPTS
. "$DIRNAME/startGroovy"
startGroovy groovy.ui.GroovyMain "$@"