Watch bash scripts

This commit is contained in:
Manuel Thalmann 2024-06-16 23:03:46 +02:00
parent 6ec26a5769
commit 033f951150

View file

@ -1,7 +1,7 @@
pushd "${BASH_SOURCE%/*}" > /dev/null
nix-shell -p entr bash --run \
"ls *.hs | \
"ls *.hs *.sh | \
entr -rs ' \
./build.sh
' \