#!/bin/sh cd "$(git rev-parse --show-toplevel)" find . -not \( -path './.git' -prune \) -not \( -path './build' -prune \) \ | entr -s 'clear && scripts/build.sh && scripts/test.sh'