mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-22 02:53:13 +02: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 "$@"
|