6 lines
107 B
Bash
6 lines
107 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export PYTHONPATH="$(dirname "$0"):$PYTHONPATH"
|
||
|
|
||
|
python -m competitionNotificationReader "$@"
|