sites

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

commit c05f96db2721cefa2d3f144f9e9d5f1e149032b4
parent c3a016783a17623fbb6256bd1593ffff16353ec2
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 19 May 2019 14:49:21 +0200

checklinks: ignore gunther subdomain

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)\.' | \ + grep -vE '^\/\/(lists|dl|git|gunther)\.' | \ grep -vE '^mailto:' | \ while read -r -- l; do