mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
4 lines
71 B
Bash
Executable file
4 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
|
|
APPDIR=$(dirname "$0")
|
|
exec "$APPDIR/usr/bin/pcsx2-qt" "$@"
|