#!/bin/bash -x
date -u
cd /root/benchmarks/kernel/
hosts="try1 try2 try3 try4 try5"
for host in ${hosts}; do
echo {host}
sync
./build.pl
./build.pl --clean
done