]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - continuous/cron.sh
0e892d4abe1aa9ae83c7fc902f9332eb1b4e2301
[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