updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / wolf / wolfmp.launcher
blob33ada10aff5eb076c8cb5d99bf260610f15ff942
1 #!/bin/sh
2 # Needed to make symlinks/shortcuts work.
3 # the binaries must run with correct working directory
4 cd "/opt/wolf"
5 export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:."
6 exec ./wolf.x86 "$@"