mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-03 22:50:30 +00:00
Randomize site test.
This commit is contained in:
parent
38dd63f055
commit
a022c836bc
1 changed files with 1 additions and 2 deletions
|
|
@ -14,8 +14,7 @@ LANG=C
|
|||
logfile=alexa_1m.log
|
||||
errfile=alexa_1m_err.log
|
||||
rm -f $logfile $errfile
|
||||
for url in $(cat $HOME/src/alexatopsites/top-1m.txt); do
|
||||
for url in $(shuf $HOME/src/alexatopsites/top-1m.txt); do
|
||||
echo "Checking $url" | tee -a $logfile | tee -a $errfile
|
||||
./linkchecker -r1 --no-status $url >> $logfile 2>>$errfile
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue