mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-19 21:09:27 +00:00
Helper script based on entr
This commit is contained in:
5
docs/loop.sh
Executable file
5
docs/loop.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
while true; do
|
||||
find . |
|
||||
entr -d . sh -c "DEBUG=1 ./markmaker.py < kube.yml > workshop.md"
|
||||
done
|
||||
Reference in New Issue
Block a user