summaryrefslogtreecommitdiff
path: root/wcm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'wcm.sh')
-rwxr-xr-xwcm.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/wcm.sh b/wcm.sh
new file mode 100755
index 0000000..065eaec
--- /dev/null
+++ b/wcm.sh
@@ -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"