feat(scripts): have is now x-have script

This commit is contained in:
2023-09-29 14:51:20 +03:00
parent 3d753fe08c
commit 56ae0e1e1c
13 changed files with 23 additions and 13 deletions

View File

@@ -92,7 +92,7 @@ function have_command
# usage: have php && php -v
function have
{
bkt -- which -s "$1" >&/dev/null
bkt -- which "$1" >&/dev/null
}
function brew_installed