blog/posts/watch.sh
2024-07-06 11:18:46 -03:00

7 lines
87 B
Bash
Executable file

#!/usr/bin/env sh
while true; do
./gen.ml
echo
inotifywait -e modify -r md
done