#!/bin/bash while : do make clean echo echo make test echo echo echo "...resting..." echo sleep 5 done