diff --git a/scripts/entr.sh b/scripts/entr.sh index 7161fe9..7553621 100755 --- a/scripts/entr.sh +++ b/scripts/entr.sh @@ -1,4 +1,4 @@ #!/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' + | entr -cs 'scripts/build.sh && scripts/test.sh'