JAL-3493 fix patch for 2.11.1_js (nb - these changes should not be merged to 2.11.2!)
[jalview.git] / getdown / src / getdown / bin / differ
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.Differ "$@"