summaryrefslogtreecommitdiff
path: root/stopYACY.command
blob: 833874a57b468f145034768aa1a779790dcbec4a (plain)
1
2
3
4
5
6
7
8
cd `dirname $0`

# generating the proper classpath
CLASSPATH=""
for N in `ls -1 lib/*.jar`; do CLASSPATH="$CLASSPATH$N:"; done	
for N in `ls -1 libx/*.jar`; do CLASSPATH="$CLASSPATH$N:"; done

java -classpath classes:htroot:$CLASSPATH yacy -shutdown