summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlocalrun.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/localrun.sh b/localrun.sh
new file mode 100755
index 0000000..e7999c1
--- /dev/null
+++ b/localrun.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+LOCATION=`dirname $0`
+java \
+ -classpath `find target -type f -name '*.jar' | tr '\n' ':'` \
+ org.dyndns.andreasbaumann.LuceneAnalyzer $*