diff options
| -rwxr-xr-x | wcm.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,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" |
