1 2 3 4 5 6 7
#!/bin/bash inotifywait -qrme close_write,delete,move --format "%w%f" metadata \ | while read FILENAME do scripts/build_content.sh "md" done