Implement first iteration of parser and write test scripts
This commit is contained in:
3
scripts/entr.sh
Normal file
3
scripts/entr.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
cd "$(git rev-parse --show-toplevel)"
|
||||
find . -not \( -path './.git' -prune \) -not \( -path './build' -prune \) \
|
||||
| entr -s 'clear && sh scripts/build.sh && sh scripts/test.sh'
|
||||
Reference in New Issue
Block a user