[CCSDK-28] populated the seed code for dgbuilder
[ccsdk/distribution.git] / dgbuilder / tools / format_json.sh
1 if [ "$#" != "1" ]
2 then
3         echo "Usage: $0 jsonFileFullPath"
4         exit
5 fi
6 cat $1|python -m json.tool