#################################
# easyGroovy -- A groovy starter script that sets a sane CLASSPATH.
#
# I got tired of having to specify CLASSPATHS to work with what is oterwise
# a really nice scripting language. :) Coming from Python, I expect classpaths
# to work reasonably well for invocation of a script without any work on my
# part. So, I've implemented it here.
#
# To call, start your main .groovy script with:
# #!/usr/bin/env easyGroovy
#
# The startGroovy script must be in your path so that we can find it
# (and GROOVY_HOME) automatically.
#################################
See the source