#!/bin/sh
set -e

cd /usr/share/games/whichwayisup/
exec python run_game.py "$@"
