mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-01-22 05:08:42 -05:00
4 lines
109 B
Bash
Executable File
4 lines
109 B
Bash
Executable File
#!/usr/bin/env sh
|
|
cd "`dirname $0`"
|
|
./apicall.sh "/IndexExport_p.html?indexrestore=&dumpfile=$1" > /dev/null
|