Update of /cvsroot/jython/jython
In directory usw-pr-cvs1:/tmp/cvs-serv2692
Added Files:
jython jythonc
Log Message:
Example startup scripts for unix.
--- NEW FILE: jython ---
#!/bin/sh
# This file is *not* generated by any installers.
# It is here only as an convinience to users running from
# the jython CVS.
java -Dpython.home=$JYTHON_HOME org.python.util.jython "$@"
--- NEW FILE: jythonc ---
#!/bin/sh
# This file is *not* generated by any installers.
# It is here only as an convinience to users running from
# the jython CVS.
$JYTHON_HOME/jython $JYTHON_HOME/Tools/jythonc/jythonc.py "$@"
|