Last active
November 24, 2018 22:06
-
-
Save DamianDominoDavis/6a6469b9f65ac7e5593e089941cb462a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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