#!/bin/sh -eu bindir=$( cd "${0%/*}" && pwd ) "$bindir"/markdownlint ./*.md "$bindir"/markdownlint ./**/*.md --ignore node_modules/