]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - continuous/cron.sh
Gzip ramdisk - booting is faster
[can-benchmark.git] / continuous / cron.sh
1 #!/bin/bash
2
3 PATH=$PATH:$HOME/bin
4
5 set -e
6
7 cd $(dirname $0)
8
9 mkdir -p logs
10
11 NOW=$(date +%F_%R:%S)
12 LOG=logs/${NOW}.log
13
14 make -C steps > $LOG 2>&1 || cat $LOG