#!/bin/bash

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