#!/usr/bin/env bash
if [ -x /usr/local/bin/gfind ]
then exec /usr/local/bin/gfind "$@"
else exec find "$@"
fi
