Add runner script for cron

This commit is contained in:
László Károlyi 2022-08-08 19:38:44 +02:00
parent 18e2b4619e
commit d9dee7e239
Signed by: karolyi
GPG Key ID: 2DCAF25E55735BFE
1 changed files with 9 additions and 0 deletions

9
collect-and-report.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
MY_DIR=$(dirname $(readlink -f $0))
cd "${MY_DIR}"
. venv/bin/activate
./analyze.py -c config.yaml
./analyze.py -c config.yaml --report