summaryrefslogtreecommitdiff
path: root/parallel/all.do
blob: cd7f337faef4e86f5d5f10365f727456a3d35d08 (plain)
1
2
3
4
5
6
7
8
start=$(date +%s)
redo-ifchange a b c d e f g h i j
end=$(date +%s)
if [ "$(( $end - $start ))" -lt "10" ]; then
  echo "PASS: parallel build" >&2
else
  echo "FAIL: parallel build" >&2
fi