proxmaster/humanjson.sh

8 lines
141 B
Bash
Raw Normal View History

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