mirror of https://github.com/PCSX2/pcsx2.git
5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd "$(dirname "$0")"
|
||
|
exec ./usr/bin/pcsx2-qt "$@"
|