SPB Git forge

spb/rareindex

Public
54commits 1branches 0releases
7.1 MBsize
maindefault branch
10 days agolast push
TypeScript 61.9% HTML 37.2% SQL 0.7%
154 B · 7 lines shellscript
Raw Blame History
1#!/bin/sh2# Run a command with the repo .env loaded: scripts/with-env.sh pnpm tsx scripts/ai-smoke.ts3set -a4. "$(dirname "$0")/../.env"5set +a6exec "$@"7