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

export PATH="/Users/mm6/.cache/trunk/tools/taplo/0.8.1-d3fadec29ee3e78cd9466beeb1d48a8f:${PATH}"

exec taplo "$@"
