Files
quakemapping/id1/maps/run.sh
2019-12-30 18:15:17 +01:00

8 lines
129 B
Bash
Executable File

#!/bin/bash
DIR="$( cd -P "$( dirname "$0" )" && pwd )"
ROOT=${DIR}/../../
pushd ${ROOT}
./quakespasm-sdl2 +map zombietest
popd