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