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