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
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
# we'll magically try to match dist/getdown.jar or target/getdown-1.x-SNAPSHOT.jar
java -classpath */getdown*.jar com.threerings.getdown.tools.Patcher "$@"