spellblade/wordcount.do
Christine Dodrill b7434d1894 use redo
Signed-off-by: Christine Dodrill <me@christine.website>
2021-04-23 14:22:52 -04:00

5 lines
134 B
Plaintext

DEPS="$(ls ./src/**/*.md | grep -v plans)"
redo-ifchange $DEPS ./src/wordcount.lua
pandoc --lua-filter ./src/wordcount.lua $DEPS >&2