# This just an example of how you might use SOCKS on your machine
# you'll might have to change directories or something.
# Don't forget to do chmod on the file (chmod u+x SOCKS)

#CLASSPATH to use.
set cp = ../lib/socks.jar:../lib/socks_apps.jar:$JAVA_HOME/lib/classes.zip 

exec java -classpath $cp SOCKS $1 $2 $3 $4 $5$6 $7 $8 $9
