mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 07:55:37 +00:00
9 lines
167 B
Bash
Executable file
9 lines
167 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source /app/libexec/global.sh
|
|
|
|
log i "Starting Ryujinx wrapper"
|
|
command="$1"
|
|
manage_ryujinx_keys
|
|
Ryujinx.sh $command # do not put comma here or it breaks
|