mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
5 lines
133 B
Bash
5 lines
133 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
features=config/retrodeck/reference_lists/features.json
|
||
|
|
||
|
jq . $features > $features.tmp && mv -f $features.tmp $features
|