mirror of
https://github.com/edoardottt/awesome-hacker-search-engines.git
synced 2026-07-06 20:37:52 +02:00
update
This commit is contained in:
@@ -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 - ["
|
||||
|
||||
Reference in New Issue
Block a user