#!/bin/bash
if [ -x /usr/bin/pasuspender ]; then
    pasuspender -- python -m tinyeartrainer.app
else
    python -m tinyeartrainer.app
fi
