#!/usr/bin/env sh
export PYTHONPYCACHEPREFIX=~/.cache/python

python3 `dirname "$0"`/scal3/ui_gtk/starcal-main.py "$@"
