summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100755
index 0000000..bb604c5
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+LOCATION=`dirname $0`
+java \
+ -classpath `find $LOCATION/lib -type f -name '*.jar' | tr '\n' ':'` \
+ org.dyndns.andreasbaumann.LuceneAnalyzer $*