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

export PATH="/home/andrei/.cache/trunk/tools/taplo/0.9.3-da898743a656b4d77ef39a424700305c:${PATH}"

exec taplo "$@"
