#!/bin/sh
# Needed to make symlinks/shortcuts work.
# the binaries must run with correct working directory
cd "/home/quake4/"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:."
exec ./q4ded.x86 "$@"

