google-code-moved: ignore weird google login links

This commit is contained in:
Daniel Martí 2015-08-28 15:30:56 -07:00
parent 7b7ee633dd
commit 3975b6933d

View file

@ -11,6 +11,9 @@ len=$(echo "$all" | wc -l)
echo "$len apps left"
moved() {
if echo $2 | grep -q accounts/ServiceLogin; then
return
fi
printf "\n%s\n" $1
printf "\tProject moved: %s\n" $2
}