mirror of
https://github.com/azahar-emu/compatibility-list.git
synced 2026-01-03 08:29:29 +01:00
6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# This script assumes that the `jq` command is available.
|
|
|
|
cat ./compatibility_list.json | jq empty
|