#!/bin/sh
# Generated by trunk tool 'markdownlint'
marker_file="/Users/mm6/.cache/trunk/tools/markdownlint/0.41.0-62dd7efb02a03130d5afc867ce6d1505.marker";
if [ ! -f $marker_file ]; then
  trunk tools install markdownlint;
fi

export NODE_PATH="/Users/mm6/.cache/trunk/tools/markdownlint/0.41.0-62dd7efb02a03130d5afc867ce6d1505/node_modules"
export PATH="/Users/mm6/.cache/trunk/tools/markdownlint/0.41.0-62dd7efb02a03130d5afc867ce6d1505/node_modules/.bin:/Users/mm6/.cache/trunk/tools/node/18.12.1-0b4efc9f16ac765fb5b3c9eaa6dda615/bin:/Users/mm6/.cache/trunk/tools/node/18.12.1-0b4efc9f16ac765fb5b3c9eaa6dda615:${PATH}"
export HOME="${HOME:-}"

exec markdownlint "$@"
