#!/bin/sh
java -Xmx1024m -Xss1m -cp .:bin/:dist/* \
	edu.northwestern.at.morphadorner.tools.tagdiff.TagDiff $1 $2 $3 $4
