2024-11-27 14:17:01 +00:00
|
|
|
#!/bin/bash
|
2024-09-10 01:36:13 +00:00
|
|
|
|
2024-11-27 14:17:01 +00:00
|
|
|
features=config/retrodeck/reference_lists/features.json
|
2024-09-10 01:36:13 +00:00
|
|
|
|
2024-11-27 14:17:01 +00:00
|
|
|
jq . $features > $features.tmp && mv -f $features.tmp $features
|