From 4be8482daed5524db80bd46019b5a4dcc74303ee Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 27 May 2024 19:14:00 +0300 Subject: Refactored ak-zchain-* reducing scripts number --- bin/ak-zchain-extract-data-cids | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 bin/ak-zchain-extract-data-cids (limited to 'bin/ak-zchain-extract-data-cids') diff --git a/bin/ak-zchain-extract-data-cids b/bin/ak-zchain-extract-data-cids deleted file mode 100755 index 303d595..0000000 --- a/bin/ak-zchain-extract-data-cids +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -# Outputs all the "ipfs" values from the DATA blocks of our ZCHAIN -if [ ! -z $1 ] -then - ak-enter $1 | jq | grep ipfs | awk '{print $2}' | sed -e 's/"//g;s/,//g' -else - ak-enter | jq | grep ipfs | awk '{print $2}' | sed -e 's/"//g;s/,//g' -fi -- cgit v1.2.3