aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-extract-cids
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-extract-cids')
-rwxr-xr-xbin/ak-extract-cids8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/ak-extract-cids b/bin/ak-extract-cids
deleted file mode 100755
index 3076ace..0000000
--- a/bin/ak-extract-cids
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-#
-# Extracts unique IPFS CIDs from an ak-entered zchain
-#
-# Previously:
-# ak-enter | jq | grep Qm | sed -e 's/^.*Qm/Qm/g' | cut -d '"' -f 1
-#
-ak-enter | jq | grep Qm | sed -e 's/".*"://g; s/ //g; s/[{,"]//g' | sort | uniq