mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-05-29 00:39:33 -04:00
- 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
23 lines
621 B
Bash
Executable File
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 &
|
|
|