#!/bin/sh
GAME_DATA_DIR=/usr/share/pacewar
GAME_EXECUTABLE=/usr/share/pacewar/pacewar.py
cd $GAME_DATA_DIR && exec $GAME_EXECUTABLE "$@"

