mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 22:45:38 +00:00
3 lines
77 B
Bash
3 lines
77 B
Bash
|
#!/bin/bash
|
||
|
ARG=${1//[\\]/}
|
||
|
flatpak run org.ryujinx.Ryujinx --fullscreen $ARG
|