summarylogtreecommitdiffstats
path: root/bted_script
blob: e667117ac9ac0f4fb3457222eaf672d3dd4055ff (plain)
1
2
3
4
5
6
#!/usr/bin/env sh
#This is the script for running the actual bted executable

cd /usr/share/games/btanks/
export LD_LIBRARY_PATH=/usr/lib/btanks
./bted "$@"