#!/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"