Merge branch 'feature/JAL-3187linkedFeatures' into feature/JAL-3251biotypedMappings
[jalview.git] / getdown / src / getdown / bin / differ
diff --git a/getdown/src/getdown/bin/differ b/getdown/src/getdown/bin/differ
new file mode 100755 (executable)
index 0000000..f48ed89
--- /dev/null
@@ -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.Differ "$@"