From d9dee7e2396702734556fa3aa99c04474028f72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20K=C3=A1rolyi?= Date: Mon, 8 Aug 2022 19:38:44 +0200 Subject: [PATCH] Add runner script for cron --- collect-and-report.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 collect-and-report.sh diff --git a/collect-and-report.sh b/collect-and-report.sh new file mode 100755 index 0000000..dfbbc2e --- /dev/null +++ b/collect-and-report.sh @@ -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