mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-07-26 08:54:12 +02:00
5 lines
71 B
Bash
Executable File
5 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
|
|
APPDIR=$(dirname "$0")
|
|
exec "$APPDIR/usr/bin/pcsx2-qt" "$@"
|