blob: c8a830e7517e5075b8da23af57cd65a95104698b [file] [log] [blame]
#!/bin/sh
##############################################################################
## ##
## Groovy Console script for UN*X ##
## ##
##############################################################################
##
## $Revision$
## $Date$
##
DIRNAME=`dirname "$0"`
. "$DIRNAME/startGroovy"
#
# HACK: Temporary support to run the current or new shells
#
if [ "x$NEWSHELL" != "x" ]; then
startGroovy org.codehaus.groovy.tools.shell.Groovysh "$@"
else
startGroovy groovy.ui.InteractiveShell "$@"
fi