summaryrefslogtreecommitdiff
path: root/wcm.sh
blob: 065eaec0d9383dce81e4ff66d93de907f2d922fb (plain)
1
2
3
4
#!/usr/bin/env bash
# command to count words in a Markdown file
# does not count words that are commented out
pandoc --lua-filter=$HOME/bin/wcm/wcm.lua "$1"