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