From 606e3bd269fdc2cf687db82c43a5346f8081864f Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 18 Dec 2021 08:33:02 +0200 Subject: Different approach on installing, now symlinks --- json2bash | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 json2bash (limited to 'json2bash') diff --git a/json2bash b/json2bash deleted file mode 100755 index 347ca93..0000000 --- a/json2bash +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# json2bash -# -# Kaotisk Hund -# -# Strips " , { } from input and replaces ":" with = -# -# Usage: -# ipfs cat | 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