#!/bin/bash reset #exe=./stoposclient #watch -n 1 " (rm $exe; make dep >/dev/null && make install && timeout 3 $exe -p willemspool create 2>&1) " exe=./testpool watch -n 0.1 " (rm $exe; make dep >/dev/null && make install && timeout 10 $exe 2>&1) "