#!/bin/sh
SRC_DIR="/usr/share/starcal/src"
python "$SRC_DIR/starcal.py" "$@"
