wok annotate btanks/stuff/bted_script @ rev 6695
Added btanks. A fast 2d tank arcade game with multiplayer and split-screen modes.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 13 04:18:49 2010 +0000 (2010-10-13) |
parents | |
children |
rev | line source |
---|---|
slaxemulator@6695 | 1 #!/bin/sh |
slaxemulator@6695 | 2 #This is the script for running the actual bted executable |
slaxemulator@6695 | 3 |
slaxemulator@6695 | 4 cd /usr/share/btanks/ |
slaxemulator@6695 | 5 export LD_LIBRARY_PATH=/usr/lib/btanks |
slaxemulator@6695 | 6 exec ./bted |