wok-stable annotate btanks/stuff/bted_script @ rev 8607
Updated aufs url to git.c3sl.ufpr.br repo. The sourceforge one is 3 weeks behind.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Feb 14 05:58:14 2011 +0000 (2011-02-14) |
parents | |
children |
rev | line source |
---|---|
slaxemulator@6695 | 1 #!/bin/sh |
slaxemulator@6695 | 2 #This is the script for running the actual bted executable |
slaxemulator@6695 | 3 |
slaxemulator@6695 | 4 cd /usr/share/btanks/ |
slaxemulator@6695 | 5 export LD_LIBRARY_PATH=/usr/lib/btanks |
slaxemulator@6695 | 6 exec ./bted |