#!/bin/sh
# Needed to make symlinks/shortcuts work.
# the binaries must run with correct working directory
"/usr/bin/vavoom.bin" $* -basedir "/usr//usr/share/vavoom" -IWADDIR "/usr/share/doom/" -opengl
exit $?
