mirror of
https://github.com/edoardottt/awesome-hacker-search-engines.git
synced 2025-02-13 22:01:32 -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 ]];
|
if [[ $links -eq $uniqlinks ]];
|
||||||
then
|
then
|
||||||
echo "NO DUPLICATES FOUND."
|
echo "[ OK! ] NO DUPLICATES FOUND."
|
||||||
else
|
else
|
||||||
echo "DUPLICATES FOUND!"
|
echo "[ ERR ] DUPLICATES FOUND!"
|
||||||
cat $readme | egrep "\- \[" | uniq -c | egrep -iv "1 - ["
|
cat $readme | egrep "\- \[" | uniq -c | egrep -iv "1 - ["
|
||||||
fi
|
fi
|
Loading…
x
Reference in New Issue
Block a user