mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-22 09:53:35 +01: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 "$@"
|