mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
6 lines
103 B
Bash
Executable file
6 lines
103 B
Bash
Executable file
#!/bin/bash
|
|
|
|
command="$1"
|
|
manage_ryujinx_keys
|
|
Ryujinx.sh $command # do not put comma here or it breaks
|