diff --git a/tools/google-code-moved.sh b/tools/google-code-moved.sh index 3c4d4562a7..a24a4b6572 100755 --- a/tools/google-code-moved.sh +++ b/tools/google-code-moved.sh @@ -5,7 +5,7 @@ set -e -sed -n 's@Source Code:\(.*code\.google\.com.*/source\)@\1@p' metadata/*.txt | sort -u | while read url; do +sed -n 's@Source Code:\(.*code\.google\.com.*/source\)@\1@p' metadata/*.txt | sort -u | shuf | while read url; do echo $url found=$(curl -s $url/checkout | sed -n 's/.*here<\/A>.*/\1/p')