summaryrefslogtreecommitdiffstats
path: root/dgbuilder/tools/format_json.sh
blob: 5432e7d35baa6dae3727fb42d68d3243619fc95b (plain)
1
2
3
4
5
6
7
#!/bin/bash
if [ "$#" != "1" ]
then
        echo "Usage: $0 jsonFileFullPath"
        exit
fi
python3 -m json.tool "$1"