#!/bin/bash

# This file was generated by the Jython installer
# Created on Wed Nov 30 19:52:27 GMT 2005 by glasser

# glasser: edited final line to make 'java' a relative path; rewrote
# CLASSPATH test to work (and switched to using bash); added -Dpython.cachedir

CP=/afs/sipb.mit.edu/project/jython/jythonRelease_2_2alpha1/jython.jar
if [ "x$CLASSPATH" != "x" ] # glasser rewrote to allow null CLASSPATH
then
  CP=$CP:$CLASSPATH
fi
java -Dpython.cachedir="/tmp/$USER-jython-cache" -Dpython.home="/afs/sipb.mit.edu/project/jython/jythonRelease_2_2alpha1" -classpath "$CP" org.python.util.jython "$@"
