1 2 3 4 5 6 7
#!/bin/bash if [ "$#" != "1" ] then echo "Usage: $0 jsonFileFullPath" exit fi python3 -m json.tool "$1"