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

