mirror of
https://git.ryujinx.app/archive/ryujinx-mirror.git
synced 2025-10-05 02:12:59 +00:00
3 lines
99 B
Bash
Executable file
3 lines
99 B
Bash
Executable file
#!/bin/sh
|
|
CURRENTDIR="$(readlink -f "$(dirname "$0")")"
|
|
exec "$CURRENTDIR"/usr/bin/Ryujinx.sh "$@"
|