main
1#!/usr/bin/env bash
2# Gemini with API key from passage
3# Usage: ge [args...]
4
5exec pass-run -q \
6  -e GEMINI_API_KEY=redhat/google/osp/vdeemest-api-key \
7  -- gemini "$@"