Add http:// in counters.sh

This commit is contained in:
pancake 2023-03-22 04:03:31 +01:00
parent e8ac805d4d
commit b8d6a1d60d
1 changed files with 3 additions and 0 deletions

View File

@ -30,3 +30,6 @@ git grep BROKEN=1 test/db |wc -l
printf -- "Cannot\t"
git grep eprintf libr/| grep -i cannot |wc -l
printf -- "http:/\t"
git grep 'http:/' libr/| grep -v '/io/' |wc -l