Use entr's -c flag in script
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd "$(git rev-parse --show-toplevel)"
|
cd "$(git rev-parse --show-toplevel)"
|
||||||
find . -not \( -path './.git' -prune \) -not \( -path './build' -prune \) \
|
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