#!/bin/sh
#
# $FreeBSD: branches/2018Q4/games/super_mario_bros_python/files/super_mario_bros_python.in 335925 2013-12-08 19:08:56Z nemysis $
#

cd "/usr/local/share/super_mario_bros_python"
exec /usr/local/bin/python2.7 ./start.py "${@}"
