From 9606644a0beb4f2883e1e0f4c6c81b42ab40b3a1 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 3 Apr 2023 00:24:49 +0300 Subject: Renaming to prefix convention, introduced ipfs wrappers so it can be easier to maintain, changes in filesplitter and filejoiner as they move sm submodule namespace... like there are namespaces in bash or something --- bin/ak-json2bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ak-json2bash') diff --git a/bin/ak-json2bash b/bin/ak-json2bash index 171a7df..ee64f66 100755 --- a/bin/ak-json2bash +++ b/bin/ak-json2bash @@ -7,5 +7,5 @@ # Strips " , { } from input and replaces ":" with = # # Usage: -# ipfs cat | ak-json2bash +# ak-ipfs-cat | ak-json2bash sed -e 's/{//g' | sed -e 's/}//g' | sed -e 's/":"/=/g' | sed -e 's/"//g' | sed -e 's/,//g' | sed -e 's/ //g' -- cgit v1.2.3