6 lines
107 B
Bash
Executable File

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