From 9606644a0beb4f2883e1e0f4c6c81b42ab40b3a1 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 3 Apr 2023 00:24:49 +0300 Subject: Renaming to prefix convention, introduced ipfs wrappers so it can be easier to maintain, changes in filesplitter and filejoiner as they move sm submodule namespace... like there are namespaces in bash or something --- bin/ak-get-only-ipfs-key-values-from-our-or-a-zchain | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ak-get-only-ipfs-key-values-from-our-or-a-zchain') diff --git a/bin/ak-get-only-ipfs-key-values-from-our-or-a-zchain b/bin/ak-get-only-ipfs-key-values-from-our-or-a-zchain index 2b9f580..303d595 100755 --- a/bin/ak-get-only-ipfs-key-values-from-our-or-a-zchain +++ b/bin/ak-get-only-ipfs-key-values-from-our-or-a-zchain @@ -2,7 +2,7 @@ # Outputs all the "ipfs" values from the DATA blocks of our ZCHAIN if [ ! -z $1 ] then - enter $1 | jq | grep ipfs | awk '{print $2}' | sed -e 's/"//g;s/,//g' + ak-enter $1 | jq | grep ipfs | awk '{print $2}' | sed -e 's/"//g;s/,//g' else - enter | jq | grep ipfs | awk '{print $2}' | sed -e 's/"//g;s/,//g' + ak-enter | jq | grep ipfs | awk '{print $2}' | sed -e 's/"//g;s/,//g' fi -- cgit v1.2.3