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

export PATH="/home/will/.cache/trunk/tools/trufflehog/3.90.5-aa16e5a4dc1fa60df771eff6357cdcbd:${PATH}"

exec trufflehog "$@"
