# Eryn Wells binary_exists() { hash $1 1>/dev/null 2>&1 return $? } binary_exists "$@"