Merge branch 'develop' into trialMerge
[jalview.git] / getdown / src / getdown / bin / patcher
diff --git a/getdown/src/getdown/bin/patcher b/getdown/src/getdown/bin/patcher
new file mode 100755 (executable)
index 0000000..e09f67d
--- /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.Patcher "$@"