blob: f228061fc5f30a7951818806e21bd0ccb822cc0d [file] [log] [blame]
#!/bin/sh
##############################################################################
## ##
## Groovy Shell script for UN*X ##
## ##
##############################################################################
##
## $Revision$
## $Id$
##
GROOVY_APP_NAME=GroovyShell
DIRNAME=`dirname "$0"`
. "$DIRNAME/startGroovy"
if [ "x$OLDSHELL" != "x" ]; then
startGroovy groovy.ui.InteractiveShell "$@"
else
startGroovy org.codehaus.groovy.tools.shell.Main "$@"
fi