8 lines
151 B
Bash
Executable File
8 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source "$(dirname "$0")/venv/bin/activate"
|
|
|
|
export PYTHONPATH="$(dirname "$0"):$PYTHONPATH"
|
|
|
|
python -m competitionNotificationReader "$@"
|