blob: 6faf5eb6add9cb58cb6b118ee0620655873a2b8f [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: 1.13 $ $Date: 2005/08/29 10:49:42 $
##
. `dirname "$0"`/startGroovy
startGroovy groovy.ui.GroovyMain "$@"