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