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

export HOME="${HOME:-}"
export PATH="/home/will/.cache/trunk/tools/prettier/3.6.2-db6903283aaf99aea4990cbd66204863/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/prettier/3.6.2-db6903283aaf99aea4990cbd66204863/node_modules"

exec prettier "$@"
