RetroDECK/developer_toolbox/lint_json.sh

5 lines
69 B
Bash
Raw Permalink Normal View History

2025-01-22 00:47:30 +00:00
#!/bin/bash
json=$1
jq . $json > $json.tmp && mv -f $json.tmp $json