diff options
Diffstat (limited to 'hot-reload.sh')
-rwxr-xr-x | hot-reload.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hot-reload.sh b/hot-reload.sh index d794c28..7d5def5 100755 --- a/hot-reload.sh +++ b/hot-reload.sh @@ -1 +1,4 @@ +#!/bin/sh +# Automatically recompile Markdown sources when they change + find -type f -name '*.md' | entr -s "make localize" |