#!/bin/sh
# Generated by trunk tool 'markdownlint'
marker_file="/home/andrei/.cache/trunk/tools/markdownlint/0.41.0-69290627a9ebeb18154af55fc86b8861.marker";
if [ ! -f $marker_file ]; then
  trunk tools install markdownlint;
fi

export HOME="${HOME:-}"
export PATH="/home/andrei/.cache/trunk/tools/markdownlint/0.41.0-69290627a9ebeb18154af55fc86b8861/node_modules/.bin:/home/andrei/.cache/trunk/tools/node/18.12.1-00ae74f39ac4de3ff3c7e3686016ebf3/bin:/home/andrei/.cache/trunk/tools/node/18.12.1-00ae74f39ac4de3ff3c7e3686016ebf3:${PATH}"
export NODE_PATH="/home/andrei/.cache/trunk/tools/markdownlint/0.41.0-69290627a9ebeb18154af55fc86b8861/node_modules"

exec markdownlint "$@"
