]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - continuous/cron.sh
Add initial version of cron script
[can-benchmark.git] / continuous / cron.sh
1 #!/bin/bash
2
3 set -e
4
5 cd $(dirname $0)
6
7 mkdir -p logs
8
9 NOW=$(date +%F_%R:%S)
10
11 make -C steps > logs/${NOW}.log 2>&1