blob: 5233ed26c22c38ee8497b816716bc486435bd8bb [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=Grape
DIRNAME=`dirname "$0"`
. "$DIRNAME/startGroovy"
startGroovy org.codehaus.groovy.tools.GrapeMain "$@"