#!/bin/sh
WEKA=../weka-3-5-7/weka.jar
CLASSPATH="`dirname $0`:`dirname $0`/${WEKA}"
echo $CLASSPATH >& 2
java -classpath $CLASSPATH netos.DumpCls $@
