summaryrefslogtreecommitdiff
path: root/luceneanalyzer
blob: bb604c50c5efc03335f5b93d606dcaf9a2061c76 (plain)
1
2
3
4
5
6
#!/bin/sh

LOCATION=`dirname $0`
java \
	-classpath `find $LOCATION/lib -type f -name '*.jar' | tr '\n' ':'` \
 	org.dyndns.andreasbaumann.LuceneAnalyzer $*