Nix ancient runjava script, modified differ to use Proguarded jar, added

patcher script just for kicks.
This commit is contained in:
Michael Bayne
2010-09-21 06:40:46 +00:00
parent 355832d152
commit 98442b4a86
3 changed files with 6 additions and 110 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
#!/bin/sh
ROOT=`dirname $0`
ROOT=`cd $ROOT ; cd .. ; pwd`
$ROOT/bin/runjava com.threerings.getdown.tools.Differ "$@"
# we'll magically try to match dist/getdown.jar or target/getdown-1.x-SNAPSHOT.jar
java -classpath */getdown*.jar com.threerings.getdown.tools.Differ "$@"