adam.nz aboutpostsprojectscontact
zsh# if (( ${+commands[ssh.sh]} )); then echo found; else echo not found; fi
Zsh trick for checking to see if a command exists without spawning a shell.