summarylogtreecommitdiffstats
path: root/wolfded.launcher
blob: 3b7ab1985f7ec44e18f0211ab6eb831a6f1e5b5b (plain)
1
2
3
4
5
6
7
#!/bin/sh
# Needed to make symlinks/shortcuts work.
# the binaries must run with correct working directory
cd "/opt/wolf"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:."
exec ./wolfded.x86 "$@"