add humanjson.sh script

This commit is contained in:
deflax 2016-02-15 12:42:15 +02:00
parent ff55f10a95
commit 2916b4b5e3

7
humanjson.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
#makes jsons human (and machine) readable
#TODO: scan for all jsons and rewrite them.
cat journal.json | python3 -m json.tool