#!/usr/bin/env bash # Archive dispatcher cron skeleton # Run nightly to move completed events to cold storage set -euo pipefail APP_DIR="$(cd "$(dirname "$0")/.." && pwd)" cd "$APP_DIR" # Replace with finalized artisan command that queues archive jobs /usr/bin/env php artisan storage:archive-pending --quiet