#!/bin/sh CLASSPATH=./build for fn in lib/*.jar; do export CLASSPATH=$CLASSPATH:$fn; done java -cp $CLASSPATH com.decafbad.xpathscraper.XPathTool $@