forked from tsc-vfl/hugo-page
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export PYTHONPATH="$(dirname "$0"):$PYTHONPATH"
|
|
|
|
python -m competitionNotificationReader "$@"
|