scripts/run-municibid-free.sh
#!/bin/sh # FREE daily municibid refresh (launchd ~noon). $0, no browser, no API key — # server-rendered HTML / embedded JSON parsed straight from the site. # Refreshes the LOCAL govarbitrage DB (feeds the digest email). set -e cd "$(dirname "$0")/.." export PATH="/opt/homebrew/bin:/usr/bin:/bin:$PATH" exec /opt/homebrew/bin/npx tsx scripts/import-municibid-free.ts 100