mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-01-17 09:50:48 +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 "$@"
|