diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-08-18 22:24:05 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2021-08-18 22:32:05 +0300 |
commit | 13343b593bcc2509534de297c8a1c1f3ee5f115a (patch) | |
tree | cdc5102718427613536350830376ed7dd0c948e3 /hot-reload.sh | |
parent | 736c4a9e6316db38449e892f97035ed2259472be (diff) | |
download | eug-vs-xyz-13343b593bcc2509534de297c8a1c1f3ee5f115a.tar.gz |
chore: add comments and use xdg-open
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" |