This commit is contained in:
reggie 2024-10-06 02:16:14 -05:00
parent aa34084ba1
commit 38b49bcc55
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
set -x
SCRIPT_DIR=$(dirname "$(realpath "$0")")

View File

@ -1,3 +1,4 @@
#!/bin/sh
set -x
CURRENTDIR="$(readlink -f "$(dirname "$0")")"
exec "$CURRENTDIR"/usr/bin/Ryujinx.sh "$@"

View File

@ -1,5 +1,6 @@
#!/bin/sh
set -e
set -x
ROOTDIR="$(readlink -f "$(dirname "$0")")"/../../../
cd "$ROOTDIR"