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

