sites

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

commit 9d0f158c513db6ce992410cb4015ba8465764cfe
parent 365ce370a92db9971ca5bfa5fe66f76840e178bb
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 10 May 2020 16:06:29 +0200

checklinks.sh: whoops, duplicate line

Diffstat:
Mchecklinks.sh | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/checklinks.sh b/checklinks.sh @@ -11,7 +11,6 @@ find "$t" -name "*.md" -type f | while read -r f; do /^(http|https|gopher|irc|ircs|git):\/\// { next; } /^\/\/(lists|dl|git|gunther|oldgit)\./ { next; } /^mailto:/ { next } -/^mailto:/ { next } /^\/\/suckless\.org\/atom\.xml$/ { next } { print $0;