summaryrefslogtreecommitdiff
path: root/hot-reload.sh
blob: 7d5def515f0335e7ceeab8ac6df40244e1666376 (plain)
1
2
3
4
#!/bin/sh
# Automatically recompile Markdown sources when they change

find -type f -name '*.md' | entr -s "make localize"