blob: b1208df23b6d36a995c3de76a2d62d248bcb95fa [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"`
. "$DIRNAME/startGroovy"
startGroovy groovy.ui.GroovyMain "$@"