bf1c41f3e1
Official build / Build (push) Failing after 1m20s
(Scripts generated by Antigravity with Gemini Flash 3.5)
5 lines
101 B
Bash
Executable File
5 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
SCRIPT_DIR=$(dirname "$(readlink -f "$0")")
|
|
cd "$SCRIPT_DIR" || exit 1
|
|
../linux-pcsx2.sh
|