#!/usr/bin/env bash
# One prompt to the owner's ChatGPT session; the reply on stdout, images saved to disk.
set -euo pipefail
ROOT="$(cd "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")/.." && pwd)"
exec python3 "${ROOT}/trusted_launcher.py" ask-gpt "$@"
