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