From 8706a2c5a565ac2a88309f368bd6c626174ae3d3 Mon Sep 17 00:00:00 2001 From: edoardottt Date: Sun, 16 Apr 2023 09:17:30 +0200 Subject: [PATCH] update --- scripts/check-dups.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-dups.sh b/scripts/check-dups.sh index 7409952..05d9c73 100755 --- a/scripts/check-dups.sh +++ b/scripts/check-dups.sh @@ -19,7 +19,7 @@ uniqlinks=$(cat $readme | egrep "\- \[" | uniq | wc -l) if [[ $links -eq $uniqlinks ]]; then echo "[ OK! ] NO DUPLICATES FOUND." - echo $links | wc -l + echo "$links links in README." else echo "[ ERR ] DUPLICATES FOUND!" cat $readme | egrep "\- \[" | uniq -c | egrep -iv "1 - ["