summaryrefslogtreecommitdiffstats
path: root/scripts/watch_content.sh
blob: 59d60a44fdcf5e5760944162c9367c9d312b8180 (plain) (blame)
1
2
3
4
5
#!/bin/bash

while inotifywait -r -e close_write content; do
  scripts/build_content.sh
done