yacy_search_server/bin/clearall.sh

3 lines
202 B
Bash
Raw Normal View History

#!/usr/bin/env sh
cd "`dirname $0`"
2012-10-11 10:16:37 +02:00
./apicall.sh "/IndexControlURLs_p.html?deletecomplete=&deleteIndex=on&deleteSolr=on&deleteCrawlQueues=on&deleteRobots=on&deleteSearchFl=on&deleteCache=on" > /dev/null