#!/usr/bin/env sh
#This is the script for running the actual btanks executable

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