mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
9 lines
167 B
Bash
Executable file
9 lines
167 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source /app/libexec/functions.sh
|
|
source /app/libexec/logger.sh
|
|
|
|
command="$1"
|
|
manage_ryujinx_keys
|
|
Ryujinx.sh $command # do not put comma here or it breaks
|