#!/bin/sh
# Generated by trunk tool 'prettier'
marker_file="/Users/mm6/.cache/trunk/tools/prettier/3.2.5-2e5ed88531e2935849956714d25789c6.marker";
if [ ! -f $marker_file ]; then
  trunk tools install prettier;
fi

export HOME="${HOME:-}"
export PATH="/Users/mm6/.cache/trunk/tools/prettier/3.2.5-2e5ed88531e2935849956714d25789c6/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 NODE_PATH="/Users/mm6/.cache/trunk/tools/prettier/3.2.5-2e5ed88531e2935849956714d25789c6/node_modules"

exec prettier "$@"
