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

inotifywait -qrme close_write,delete,move --format "%w%f" templates \
    | while read FILENAME
        do
            scripts/build_content.sh "md"
        done