5 lines
100 B
Bash
Executable File
5 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
SCRIPT_DIR=$(dirname "$(readlink -f "$0")")
|
|
cd "$SCRIPT_DIR" || exit 1
|
|
./linux-pcsx2.sh
|