summaryrefslogtreecommitdiffstats
path: root/scripts/watch_metadata.sh
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-26 23:37:48 +0100
committerVolpeon <git@volpeon.ink>2020-12-26 23:37:48 +0100
commitafaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502 (patch)
tree17c7e522f3d0c3fef647cf0a6daae03debbd8394 /scripts/watch_metadata.sh
parentImproved SCSS structure, keep less glyphs in fonts (diff)
downloadvolpeon.ink-afaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502.tar.gz
volpeon.ink-afaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502.tar.bz2
volpeon.ink-afaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502.zip
Improved CSS variable names, improved script variable names, added initial support for finding child pages
Diffstat (limited to 'scripts/watch_metadata.sh')
-rwxr-xr-xscripts/watch_metadata.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/watch_metadata.sh b/scripts/watch_metadata.sh
index 41457e1..780177e 100755
--- a/scripts/watch_metadata.sh
+++ b/scripts/watch_metadata.sh
@@ -1,7 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2 2
3inotifywait -qrme close_write,delete,move --format "%w%f" metadata \ 3inotifywait -qrme close_write,delete,move --format "%w%f" metadata \
4 | while read FILENAME 4 | while read file
5 do 5 do
6 scripts/build_content.sh "all_md" 6 scripts/build_content.sh "all_md"
7 done 7 done