4 lines
178 B
Bash
4 lines
178 B
Bash
cd "$(git rev-parse --show-toplevel)"
|
|
find . -not \( -path './build' -prune \) -not \( -path './.git' -prune \) \
|
|
| entr -s 'clear && sh scripts/build.sh && sh scripts/test.sh'
|