From: Michal Sojka Date: Wed, 5 Feb 2014 17:50:24 +0000 (+0100) Subject: Add initial version of cron script X-Git-Tag: fix-allnoconfig~34 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/1ecac84cf6af37ef80a0f38959b3eed19b8c9ee3 Add initial version of cron script --- diff --git a/continuous/cron.sh b/continuous/cron.sh new file mode 100755 index 0000000..0e892d4 --- /dev/null +++ b/continuous/cron.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +set -e + +cd $(dirname $0) + +mkdir -p logs + +NOW=$(date +%F_%R:%S) + +make -C steps > logs/${NOW}.log 2>&1