#!/bin/bash # https://github.com/google-gemini/gemini-cli set -E -o errexit -o nounset -o pipefail set -x npm install -g @google/gemini-cli