98442b4a86
patcher script just for kicks.
5 lines
166 B
Bash
Executable File
5 lines
166 B
Bash
Executable File
#!/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.Differ "$@"
|