From 28cadb970ca0b1ae6cde58d09eadb6af89999ddf Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 7 Nov 2017 08:47:26 -0800 Subject: Remove bin, this is now in it's own repo --- bin/json-pretty | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 bin/json-pretty (limited to 'bin/json-pretty') diff --git a/bin/json-pretty b/bin/json-pretty deleted file mode 100755 index e536fd0..0000000 --- a/bin/json-pretty +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -URL=$1 - -if [[ -z "${URL}" ]]; then - echo "usage: $0 " - exit 1 -fi - -curl -s "${1}" | python -m json.tool -- cgit 1.4.1