X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=getdown%2Fsrc%2Fgetdown%2Fbin%2Fpatcher;fp=getdown%2Fsrc%2Fgetdown%2Fbin%2Fpatcher;h=e09f67dcd464ccb836f30718b4a1948278bf297e;hb=74393b51f368cb9f58589472d432a433d9c4386d;hp=0000000000000000000000000000000000000000;hpb=7a0d503181fe41452120a8a02ca63476392aa08c;p=jalview.git diff --git a/getdown/src/getdown/bin/patcher b/getdown/src/getdown/bin/patcher new file mode 100755 index 0000000..e09f67d --- /dev/null +++ b/getdown/src/getdown/bin/patcher @@ -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 "$@"