mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
9 lines
211 B
Bash
Executable file
9 lines
211 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source /app/libexec/global.sh
|
|
|
|
log i "Ryujinx RetroDECK wrapper: starting"
|
|
command="$1"
|
|
manage_ryujinx_keys
|
|
log d "Ryujinx RetroDECK wrapper: launching \"Ryujinx.sh $command\""
|
|
Ryujinx.sh "$command" |