7 lines
87 B
Bash
Executable file
7 lines
87 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
while true; do
|
|
./gen.ml
|
|
echo
|
|
inotifywait -e modify -r md
|
|
done
|