fix odl patches
[ccsdk/distribution.git] / dgbuilder / tools / format_json.sh
1 #!/bin/bash
2 if [ "$#" != "1" ]
3 then
4         echo "Usage: $0 jsonFileFullPath"
5         exit
6 fi
7 python3 -m json.tool "$1"