Files
container.training/docs/loop.sh
2017-10-11 23:32:14 +02:00

6 lines
109 B
Bash
Executable File

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