yacy_search_server/bin/indexrestore.sh

4 lines
107 B

#!/bin/bash
cd "`dirname $0`"
./apicall.sh "/IndexControlURLs_p.xml?indexrestore=&dumpfile=$1" > /dev/null