JAL-3130 adapted getdown src. attempt 2. first attempt failed due to cp'ed .git files
[jalview.git] / getdown / src / getdown / bin / patcher
1 #!/bin/sh
2
3 # we'll magically try to match dist/getdown.jar or target/getdown-1.x-SNAPSHOT.jar
4 java -classpath */getdown*.jar com.threerings.getdown.tools.Patcher "$@"