Files
hugo-page/scripts/read-competition-notification/run.sh

8 lines
151 B
Bash
Executable File

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