mirror of
https://github.com/edoardottt/awesome-hacker-search-engines.git
synced 2024-10-01 01:05:51 -04:00
update
This commit is contained in:
parent
db2db1b2ac
commit
8706a2c5a5
@ -19,7 +19,7 @@ uniqlinks=$(cat $readme | egrep "\- \[" | uniq | wc -l)
|
|||||||
if [[ $links -eq $uniqlinks ]];
|
if [[ $links -eq $uniqlinks ]];
|
||||||
then
|
then
|
||||||
echo "[ OK! ] NO DUPLICATES FOUND."
|
echo "[ OK! ] NO DUPLICATES FOUND."
|
||||||
echo $links | wc -l
|
echo "$links links in README."
|
||||||
else
|
else
|
||||||
echo "[ ERR ] DUPLICATES FOUND!"
|
echo "[ ERR ] DUPLICATES FOUND!"
|
||||||
cat $readme | egrep "\- \[" | uniq -c | egrep -iv "1 - ["
|
cat $readme | egrep "\- \[" | uniq -c | egrep -iv "1 - ["
|
||||||
|
Loading…
Reference in New Issue
Block a user