proxmaster/humanjson.sh
2016-02-15 12:42:15 +02:00

8 lines
141 B
Bash
Executable file

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