scripts/run-gsa-import.sh
#!/bin/sh # Refresh GovArbitrage with live GSA Auctions data (launchd-invoked at 05:00, # one hour before the 06:00 digest). Heuristic/local research — $0, no scraping. set -e cd "$(dirname "$0")/.." export PATH="/opt/homebrew/bin:/usr/bin:/bin:$PATH" exec /opt/homebrew/bin/npx tsx scripts/import-gsa.ts 200