mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-19 07:15:37 +00:00
3 lines
77 B
Bash
Executable file
3 lines
77 B
Bash
Executable file
#!/bin/bash
|
|
ARG=${1//[\\]/}
|
|
flatpak run org.ryujinx.Ryujinx --fullscreen $ARG |