#!/bin/sh set -x while true; do if ! pidof -x setup; then ./hackbench 5 thread; else sleep 0.1; fi done