#!/bin/sh ############################################################################### # # This file generated by Jython installer # Created on XXX by root # # Note, java.library.path is needed for readline use only. # And probably /usr/lib should be added at the java-config level after # implementation native libs. `java-config --java` -Dpython.home="/usr/share/jython" -Dpython.cachedir=$HOME/cachedir -Djava.library.path=/usr/lib -classpath "`java-config --classpath=jython,libreadline-java 2>/dev/null`:$CLASSPATH" "org.python.util.jython" "$@"