#!/bin/sh

export NODE_OPTIONS="--disable-warning=DEP0040" # to disable warning about deprecated punycode

node /usr/lib/gemini-cli/gemini.js "$@"
