Files
quakemapping/id1/maps/run.sh~
2019-12-30 17:23:05 +01:00

8 lines
128 B
Bash
Executable File

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