This commit is contained in:
fred 2024-05-03 15:53:28 +02:00
parent 91e06a1395
commit a5953940e8
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ for liking_me in $(cat ~/.zen/tmp/${IPFSNODEID}/GCHANGE/${PLAYER}/liking_me | so
do
[[ "${liking_me}" == "" ]] && continue ## Protect from empty line !!
echo "........................."
[[ $(echo ${liking_me} | grep '@') ]] && continue ## filter emails
FRIENDNS=$(${MY_PATH}/g1_to_ipfs.py ${liking_me})
echo "==========================="
echo "${liking_me} IS LIKING ME"