# x-have Check if a command exists on the system. Exits with status 0 if found and 1 otherwise. ## Usage ```bash x-have ``` ### Example ```bash x-have git && echo "git installed" ```