updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / wolf / wolfded.launcher
blob3b7ab1985f7ec44e18f0211ab6eb831a6f1e5b5b
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 ./wolfded.x86 "$@"