recruiter-email-responder/email-responder.sh

10 lines
143 B
Bash
Raw Permalink Normal View History

2019-01-22 21:33:55 +01:00
#!/usr/bin/env sh
2019-01-22 21:33:55 +01:00
PROJECT_DIR=$(cd $(dirname $(readlink -f "$0"));pwd)
cd $PROJECT_DIR
2019-01-22 21:33:55 +01:00
. venv/bin/activate
2020-01-17 21:50:57 +01:00
exec python3 email-responder.py