#!/bin/sh

if [ "x${DOOMWADDIR}" = "x" ]; then
export DOOMWADDIR=/usr/lib/games/doomlegacy
fi
/usr/lib/games/doomlegacy/lsdldoom.x86 $*
