shuffle FRIENDS

This commit is contained in:
fred 2021-08-17 02:29:15 +02:00
parent 85f8995d33
commit 5a4c220eff
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ IPFSNODEID=$(ipfs --timeout=20s id -f='<id>\n')
# |_| |_| \_\___|_____|_| \_|____/
#
#
for g1id in $(ls ~/.zen/ipfs/.$IPFSNODEID/FRIENDS);
for g1id in $(ls ~/.zen/ipfs/.$IPFSNODEID/FRIENDS | shuf);
do
[[ "$g1id" == "index.html" ]] && continue
ipfsnodeid=$(~/.zen/astrXbian/zen/tools/g1_to_ipfs.py $g1id)