#!/bin/sh
GAME_LOCAL_DIR=$HOME/.oddworld/ae
GAME_EXECUTABLE=/usr/lib/relive/relive-ae
cd $GAME_LOCAL_DIR && exec $GAME_EXECUTABLE "$@"
