1
0
mirror of https://github.com/yacy/yacy_search_server.git synced 2025-05-29 00:39:33 -04:00
orbiter b68deb407a - moved test data from /bin to /test/words
- refactoring of stopYACY.sh by introduction of /bin/apicall which is able to call any api file with attached authorization

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6691 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-02-22 20:14:16 +00:00

23 lines
621 B
Bash
Executable File

#!/bin/sh
cd "`dirname $0`"
./searchtest.sh ../test/words/searchtest.words.aa &
sleep 1
./searchtest.sh ../test/words/searchtest.words.ab &
sleep 1
./searchtest.sh ../test/words/searchtest.words.ac &
sleep 1
./searchtest.sh ../test/words/searchtest.words.ad &
sleep 1
./searchtest.sh ../test/words/searchtest.words.ae &
sleep 1
./searchtest.sh ../test/words/searchtest.words.af &
sleep 1
./searchtest.sh ../test/words/searchtest.words.ag &
sleep 1
./searchtest.sh ../test/words/searchtest.words.ah &
sleep 1
./searchtest.sh ../test/words/searchtest.words.ai &
sleep 1
./searchtest.sh ../test/words/searchtest.words.aj &