scripts/run-govdeals-free.sh
#!/bin/sh # FREE daily GovDeals refresh (launchd 04:40, before the 05:00 GSA import + # 06:00 digest). Hits GovDeals' own public API — $0, no Apify, no browser. set -e cd "$(dirname "$0")/.." export PATH="/opt/homebrew/bin:/usr/bin:/bin:$PATH" exec /opt/homebrew/bin/npx tsx scripts/import-govdeals-free.ts 120