Files
2010-09-21 06:40:46 +00:00

5 lines
167 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.Patcher "$@"