sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit b7fea23c6f73b3da71957b00ca4060fe95309dbf
parent 6c02cea1ec533844d9df133fbdbbb62c0a31d48a
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat,  9 Nov 2019 20:12:49 +0100

checklinks.sh: don't check oldgit.suckless.org

Diffstat:
Mchecklinks.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checklinks.sh b/checklinks.sh @@ -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