5 lines
186 B
Plaintext
5 lines
186 B
Plaintext
# shellcheck shell=bash disable=SC2154 # installPath is set by linux-game-manager.sh
|
|
gamePath="${installPath}/Omega Reach"
|
|
pushd "${gamePath}" || return 1
|
|
"${gamePath}/the-omega-reach"
|