#!/bin/sh
# Generated by trunk tool 'markdownlint'
marker_file="/home/will/.cache/trunk/tools/markdownlint/0.45.0-9d198c2852da734279fb3c543d1344ff.marker";
if [ ! -f $marker_file ]; then
  trunk tools install markdownlint;
fi

export HOME="${HOME:-}"
export PATH="/home/will/.cache/trunk/tools/markdownlint/0.45.0-9d198c2852da734279fb3c543d1344ff/node_modules/.bin:/home/will/.cache/trunk/tools/node/22.16.0-ed60aaf0dae0e159236a9b07b68fb719/bin:/home/will/.cache/trunk/tools/node/22.16.0-ed60aaf0dae0e159236a9b07b68fb719:${PATH}"
export NODE_PATH="/home/will/.cache/trunk/tools/markdownlint/0.45.0-9d198c2852da734279fb3c543d1344ff/node_modules"

exec markdownlint "$@"
