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