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