From afaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 26 Dec 2020 23:37:48 +0100 Subject: Improved CSS variable names, improved script variable names, added initial support for finding child pages --- scripts/watch_templates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/watch_templates.sh') diff --git a/scripts/watch_templates.sh b/scripts/watch_templates.sh index 3482ac6..9b464d4 100755 --- a/scripts/watch_templates.sh +++ b/scripts/watch_templates.sh @@ -1,7 +1,7 @@ #!/bin/bash inotifywait -qrme close_write,delete,move --format "%w%f" templates \ - | while read FILENAME + | while read file do scripts/build_content.sh "all_md" done -- cgit v1.2.3-54-g00ecf