From 213f8c2ce1d6c27bf579e7cb440e6ff53f076d30 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 23 Dec 2020 17:57:36 +0100 Subject: Added favicon, also watch templates folder --- scripts/watch_templates.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/watch_templates.sh (limited to 'scripts/watch_templates.sh') diff --git a/scripts/watch_templates.sh b/scripts/watch_templates.sh new file mode 100755 index 0000000..160a46c --- /dev/null +++ b/scripts/watch_templates.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +inotifywait -qrme close_write,delete,move --format "%w%f" templates \ + | while read FILENAME + do + scripts/build_content.sh + done -- cgit v1.2.3-70-g09d2