summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2008-08-20 11:33:56 +0200
committerAndreas Baumann <abaumann@yahoo.com>2008-08-20 11:33:56 +0200
commit271357c05b42f2a32250f20e55a6ac3d99c9529d (patch)
tree3a8d20df61dda0c85bf66519aad9873bcc79c0cd /run.sh
downloadLuceneAnalyzer-271357c05b42f2a32250f20e55a6ac3d99c9529d.tar.gz
LuceneAnalyzer-271357c05b42f2a32250f20e55a6ac3d99c9529d.tar.bz2
initial load
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 $*