mirror of
https://github.com/edoardottt/awesome-hacker-search-engines.git
synced 2025-02-11 04:38:46 -05:00
update
This commit is contained in:
parent
dee2618533
commit
e0800c1229
@ -18,8 +18,8 @@ uniqlinks=$(cat $readme | egrep "\- \[" | uniq | wc -l)
|
||||
|
||||
if [[ $links -eq $uniqlinks ]];
|
||||
then
|
||||
echo "NO DUPLICATES FOUND."
|
||||
echo "[ OK! ] NO DUPLICATES FOUND."
|
||||
else
|
||||
echo "DUPLICATES FOUND!"
|
||||
echo "[ ERR ] DUPLICATES FOUND!"
|
||||
cat $readme | egrep "\- \[" | uniq -c | egrep -iv "1 - ["
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user