summaryrefslogtreecommitdiffstats
path: root/scripts/watch_filters.sh
blob: 9bb3b44270dba783ca729174d04c58a83ca2ed3a (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash

inotifywait -qrme close_write,delete,move --format "%w%f" filters \
    | while read file
        do
            scripts/build_content.sh "all_md"
        done