#!/bin/bash source "$(dirname "$0")/venv/bin/activate" export PYTHONPATH="$(dirname "$0"):$PYTHONPATH" python -m competitionNotificationReader "$@"