Create project skeleton

This commit is contained in:
2024-10-24 11:37:33 +01:00
commit 64c3aaf077
7 changed files with 46 additions and 0 deletions

3
scripts/entr.sh Normal file
View File

@@ -0,0 +1,3 @@
cd "$(git rev-parse --show-toplevel)"
find . -not \( -path build -prune \) \
| entr -s 'clear && sh scripts/build.sh'