X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/1e967327a9c288b5fff8e9db78b678d2192c5b0e..1ecac84cf6af37ef80a0f38959b3eed19b8c9ee3:/continuous/cron.sh 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