From 286b71a6ead8c7234cfbc0b8ece05c8239a4f32c Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 29 Mar 2023 23:45:49 +0300 Subject: Renamed everything --- bin/extract-cids | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 bin/extract-cids (limited to 'bin/extract-cids') diff --git a/bin/extract-cids b/bin/extract-cids deleted file mode 100755 index 06b7ebc..0000000 --- a/bin/extract-cids +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -# -# Extracts unique IPFS CIDs from an entered zchain -# -# Previously: -# enter | jq | grep Qm | sed -e 's/^.*Qm/Qm/g' | cut -d '"' -f 1 -# -enter | jq | grep Qm | sed -e 's/".*"://g; s/ //g; s/[{,"]//g' | sort | uniq -- cgit v1.2.3