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

6 lines
107 B
Bash
Raw Permalink Normal View History

2024-02-06 17:43:07 +00:00
#!/bin/bash
export PYTHONPATH="$(dirname "$0"):$PYTHONPATH"
python -m competitionNotificationReader "$@"