0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2024-12-22 18:05:46 +00:00
Ryujinx/distribution/linux/appimage/AppRun
2024-10-26 07:31:37 -05:00

3 lines
99 B
Bash
Executable file

#!/bin/sh
CURRENTDIR="$(readlink -f "$(dirname "$0")")"
exec "$CURRENTDIR"/usr/bin/Ryujinx.sh "$@"