#!/usr/bin/env bash SCRIPT_DIR="$(cd "$(dirname "$(readlink -f "$0" 2>/dev/null || echo "$0")")" && pwd)" cd "$SCRIPT_DIR" && uv run veetcode "$@"