added to readme
This commit is contained in:
parent
493b58ab44
commit
1661627410
2 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ for ((idxA=0; idxA<max; idxA++)); do # iterate idxA from 0 to lengt
|
|||
|
||||
if [ "${emails[$idxA]}" == "${emails[$idxB]}" ] || [ "${emails[$idxB]}" == "${emails[$idxC]}" ] || [ "${emails[$idxA]}" == "${emails[$idxC]}" ]; then
|
||||
|
||||
echo "A, B or C are the same"
|
||||
#echo "A, B or C are the same"
|
||||
continue
|
||||
|
||||
else
|
||||
|
|
|
@ -71,7 +71,7 @@ for ((idxA=0; idxA<max; idxA++)); do # iterate idxA from 0 to lengt
|
|||
|
||||
if [ "${emails[$idxA]}" == "${emails[$idxB]}" ] || [ "${emails[$idxB]}" == "${emails[$idxC]}" ] || [ "${emails[$idxA]}" == "${emails[$idxC]}" ]; then
|
||||
|
||||
echo "A, B or C are the same"
|
||||
#echo "A, B or C are the same"
|
||||
continue
|
||||
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue