mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Merge branch 'cooker' into feat/shadps4
This commit is contained in:
commit
ed4e875701
5
developer_toolbox/lint_features.json.sh
Executable file
5
developer_toolbox/lint_features.json.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
features=config/retrodeck/reference_lists/features.json
|
||||
|
||||
jq . $features > $features.tmp && mv -f $features.tmp $features
|
Loading…
Reference in a new issue