aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-get-only-ipfs-key-values-from-our-zchain
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-get-only-ipfs-key-values-from-our-zchain')
-rwxr-xr-xbin/ak-get-only-ipfs-key-values-from-our-zchain3
1 files changed, 0 insertions, 3 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
deleted file mode 100755
index 747bb55..0000000
--- a/bin/ak-get-only-ipfs-key-values-from-our-zchain
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-# Outputs all the "ipfs" values from the DATA blocks of our ZCHAIN
-ak-enter | jq | grep ipfs | awk '{print $2}' | sed -e 's/"//g;s/,//g' | sort | uniq