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

export PATH="/Users/bmd1905/.cache/trunk/tools/taplo/0.9.3-dbd8929e4d5f31ba10e0ba962907b89a:${PATH}"

exec taplo "$@"
