mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-08 10:25:39 +00:00
5 lines
133 B
Bash
Executable file
5 lines
133 B
Bash
Executable file
#!/bin/bash
|
|
|
|
features=config/retrodeck/reference_lists/features.json
|
|
|
|
jq . $features > $features.tmp && mv -f $features.tmp $features |