RetroDECK/developer_toolbox/lint_features.json.sh

6 lines
167 B
Bash
Raw Normal View History

#!/bin/bash
2024-11-26 14:44:40 +00:00
config="/app/retrodeck/config"
features=$config/retrodeck/reference_lists/features.json
jq . $features > $features.tmp && mv -f $features.tmp $features