#!/bin/bash -ex

mypy ./src;
rm -fr ./build ./dist;
encrust build;
rm -fr ./build;
exec ./dist/Pomodouroboros.app/Contents/MacOS/Pomodouroboros;
