RetroDECK/developer_toolbox/lint_json.sh

5 lines
69 B
Bash
Executable file

#!/bin/bash
json=$1
jq . $json > $json.tmp && mv -f $json.tmp $json