Skip to content

Instantly share code, notes, and snippets.

@DamianDominoDavis
Last active November 24, 2018 22:06
Show Gist options
  • Save DamianDominoDavis/6a6469b9f65ac7e5593e089941cb462a to your computer and use it in GitHub Desktop.
Save DamianDominoDavis/6a6469b9f65ac7e5593e089941cb462a to your computer and use it in GitHub Desktop.
if [[ ! -e /tmp/xwolf/wolf3d ]]; then
rm -rf /tmp/xwolf
git clone https://github.com/DamianDominoDavis/xwolf.git /tmp/xwolf
make -C /tmp/xwolf do
fi
cd /tmp/xwolf
./wolf3d ./maps/good.map
./wolf3d ./maps/simple.map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment