Files
getdown/bin/differ
T
2006-02-08 20:03:19 +00:00

6 lines
118 B
Bash
Executable File

#!/bin/sh
ROOT=`dirname $0`
ROOT=`cd $ROOT ; cd .. ; pwd`
$ROOT/bin/runjava com.threerings.getdown.tools.Differ "$@"