summarylogtreecommitdiffstats
path: root/wolfsp.launcher
blob: d0e2b3ddb6e0aeb3fc8e36ed7fb40823161a6491 (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 ./wolfsp.x86 "$@"