mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01: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" "$@"
|