From 54a6cf3bba10027f2cf9d7d641b667c8d9a400ea Mon Sep 17 00:00:00 2001
From: kaotisk <kaotisk@arching-kaos.org>
Date: Wed, 28 Feb 2024 08:32:20 +0200
Subject: Refactoring

---
 bin/ak-get-only-ipfs-key-values-from-our-zchain | 3 ---
 1 file changed, 3 deletions(-)
 delete mode 100755 bin/ak-get-only-ipfs-key-values-from-our-zchain

(limited to 'bin/ak-get-only-ipfs-key-values-from-our-zchain')

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
-- 
cgit v1.2.3