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

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

exec java -classpath $cp SocksEcho
