#!/bin/bash

. /usr/share/opengl-games-utils/opengl-game-functions.sh

APP=impressive

checkDriOK $APP

exec /usr/lib/python2.7/site-packages/$APP.py "$@"
