mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
6 lines
68 B
Bash
Executable file
6 lines
68 B
Bash
Executable file
#!/bin/bash
|
|
|
|
command="$1"
|
|
manage_ryujinx_keys
|
|
Ryujinx.sh "$command"
|