#!/bin/bash
#This is the script for running the actual bted executable

cd /usr/share/btanks/
export LD_LIBRARY_PATH=/usr/lib/btanks
exec ./bted
