From b8d6a1d60dc3f679e8d14893bd06a6c849924efe Mon Sep 17 00:00:00 2001 From: pancake Date: Wed, 22 Mar 2023 04:03:31 +0100 Subject: [PATCH] Add http:// in counters.sh --- sys/counters.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/counters.sh b/sys/counters.sh index b8d2033358..55d3347be5 100755 --- a/sys/counters.sh +++ b/sys/counters.sh @@ -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