mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-28 08:25:13 +00:00
4 lines
99 B
Bash
Executable File
4 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
CURRENTDIR="$(readlink -f "$(dirname "$0")")"
|
|
exec "$CURRENTDIR"/usr/bin/Ryujinx.sh "$@"
|