From 6756d1ba437bd618dd239c2d57508b783145a4e7 Mon Sep 17 00:00:00 2001 From: qo-op Date: Sat, 6 Jun 2020 05:03:55 +0200 Subject: [PATCH] TODO -> send sbotc message (private or zip attached?) with ssb/ipfs swarm reports --- zen/ssb_IPFS_swarm.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zen/ssb_IPFS_swarm.sh b/zen/ssb_IPFS_swarm.sh index 9461268..d12f9ed 100755 --- a/zen/ssb_IPFS_swarm.sh +++ b/zen/ssb_IPFS_swarm.sh @@ -63,6 +63,7 @@ count=1 echo "" > /tmp/This_NOTfriends_are_astroport echo "" > /tmp/This_friends_connect_astroport echo "" > /tmp/This_friends_should_install_astroport +### TODO -> send sbotc message (private or zip attached?) with this reports for SSBFRIEND in $(uniq /tmp/ssb-friends.txt); do @@ -87,7 +88,7 @@ for SSBFRIEND in $(uniq /tmp/ssb-friends.txt); do ### WHAT HAPPENED this loop on my ssb friends echo $MES - + echo "_________________________________________________" count=$((count+1)) done