[wiki] [sites] checklinks.sh: don't check oldgit.suckless.org || Hiltjo Posthuma
commit b7fea23c6f73b3da71957b00ca4060fe95309dbf
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Sat Nov 9 20:12:49 2019 +0100
checklinks.sh: don't check oldgit.suckless.org
diff --git a/checklinks.sh b/checklinks.sh
index 8fb6fc5f..b51d5bd3 100755
--- a/checklinks.sh
+++ b/checklinks.sh
_AT_@ -8,7 +8,7 @@ find "$t" -name "*.md" -type f | while read -r f; do
./md-printlinks < "$f" | \
grep -vE '^(http|https|gopher|irc|ircs|git)://' | \
- grep -vE '^\/\/(lists|dl|git|gunther)\.' | \
+ grep -vE '^\/\/(lists|dl|git|gunther|oldgit)\.' | \
grep -vE '^mailto:' | \
while read -r -- l; do
Received on Sat Nov 09 2019 - 20:13:09 CET
This archive was generated by hypermail 2.3.0
: Sat Nov 09 2019 - 20:24:30 CET