b7434d1894
Signed-off-by: Christine Dodrill <me@christine.website>
5 lines
134 B
Plaintext
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 |