mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-08 13:52:56 +02:00
5 lines
61 B
Bash
Executable File
5 lines
61 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd "$(dirname "$0")"
|
|
exec ./usr/bin/pcsx2-qt "$@"
|