#!/bin/sh # Run a command with the repo .env loaded: scripts/with-env.sh pnpm tsx scripts/ai-smoke.ts set -a . "$(dirname "$0")/../.env" set +a exec "$@"