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

export PATH="/home/will/.cache/trunk/tools/taplo/0.10.0-9a580c475a0a1c94d1814180ce0bd7fc:${PATH}"

exec taplo "$@"
