add humanjson.sh script
This commit is contained in:
parent
ff55f10a95
commit
2916b4b5e3
1 changed files with 7 additions and 0 deletions
7
humanjson.sh
Executable file
7
humanjson.sh
Executable 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
|
||||||
|
|
Loading…
Reference in a new issue