#!/bin/sh find . \ -not \( -path './build' -prune \) \ -not \( -path './.git' -prune \) \ -type f \ | entr -cs 'cmake --build build && build/maze-thing'