scripts/run-liveness.sh
#!/bin/sh # Fast dead-listing sweep (launchd/cron-invoked). Tier1 expires past-closing # listings instantly ($0); Tier2 network-verifies a batch. No creds needed. set -e cd "$(dirname "$0")/.." export PATH="/opt/homebrew/bin:/usr/bin:/bin:$PATH" exec /opt/homebrew/bin/npx tsx scripts/liveness-sweep.ts 40