yacy-maintenance-scripts/clear-rejected-urls.sh

3 lines
103 B
Bash
Raw Normal View History

2020-11-19 21:00:22 +00:00
#!/bin/sh
curl -L 'http://localhost:8090/IndexCreateParserErrors_p.html?clearRejected' >/dev/null 2>&1