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

export PATH="/Users/mm6/.cache/trunk/tools/trufflehog/3.77.0-a4069ccd08f61b39c1af602116674b70:${PATH}"

exec trufflehog "$@"
