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