diff options
Diffstat (limited to 'bin/ak-get-only-ipfs-key-values-from-our-zchain')
-rwxr-xr-x | bin/ak-get-only-ipfs-key-values-from-our-zchain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-get-only-ipfs-key-values-from-our-zchain b/bin/ak-get-only-ipfs-key-values-from-our-zchain index 8334f66..747bb55 100755 --- a/bin/ak-get-only-ipfs-key-values-from-our-zchain +++ b/bin/ak-get-only-ipfs-key-values-from-our-zchain @@ -1,3 +1,3 @@ #!/bin/bash # Outputs all the "ipfs" values from the DATA blocks of our ZCHAIN -enter | jq | grep ipfs | awk '{print $2}' | sed -e 's/"//g;s/,//g' | sort | uniq +ak-enter | jq | grep ipfs | awk '{print $2}' | sed -e 's/"//g;s/,//g' | sort | uniq |