diff options
Diffstat (limited to 'community/btanks/btanks_script')
-rw-r--r-- | community/btanks/btanks_script | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/btanks/btanks_script b/community/btanks/btanks_script new file mode 100644 index 000000000..86ad105ef --- /dev/null +++ b/community/btanks/btanks_script @@ -0,0 +1,6 @@ +#!/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 |