Helper script based on entr

This commit is contained in:
Jérôme Petazzoni
2017-10-11 23:32:14 +02:00
parent cd2cf9b3a4
commit b67371e0ec

5
docs/loop.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
while true; do
find . |
entr -d . sh -c "DEBUG=1 ./markmaker.py < kube.yml > workshop.md"
done