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

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