Use entr's -c flag in script
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user