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

export HOME="${HOME:-}"
export PATH="/home/andrei/.cache/trunk/tools/prettier/3.3.3-0c2a57dbd56fc6a77121cccffb307283/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/prettier/3.3.3-0c2a57dbd56fc6a77121cccffb307283/node_modules"

exec prettier "$@"
