/_${SLAT}*_${SLON}* filter

This commit is contained in:
fred 2023-11-30 21:04:32 +01:00
parent b3c3856963
commit b74aa9f37b
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ for SECTOR in ${SECTORS[@]}; do
" > ~/.zen/tmp/world.js
floop=1
UMAPTW=($(cat ~/.zen/tmp/swarm/*/UPLANET/_*_*/TW/*/index.html | grep -o "/ipns/[^\"]*" | sed "s/'$//"))
UMAPTW=($(cat ~/.zen/tmp/swarm/*/UPLANET/_${SLAT}*_${SLON}*/TW/*/index.html | grep -o "/ipns/[^\"]*" | sed "s/'$//" | sort | uniq))
for TWADD in ${UMAPTW[@]};
do