Re-add fixed binaries
[cql-java-moved-to-github.git] / bin / CQLParser
diff --git a/bin/CQLParser b/bin/CQLParser
new file mode 100755 (executable)
index 0000000..c5a384f
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# Trivial script to invoke the CQLParser test-harness
+DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
+JAR=$DIR/../target/cql-java.jar
+
+java -cp $JAR org.z3950.zing.cql.CQLParser ${@+"$@"}