diff options
Diffstat (limited to 'bin/json-pretty')
-rwxr-xr-x | bin/json-pretty | 10 |
1 files changed, 0 insertions, 10 deletions
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 <URL>" - exit 1 -fi - -curl -s "${1}" | python -m json.tool |