#!/usr/bin/env bash # Execute full workflow: setup + pipeline (sections 1-2 from commandes.md) # Runs only the implemented parts: setup and reproduce_all_audits set -e SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" "$SCRIPT_DIR/01-setup.sh" "$SCRIPT_DIR/02-run-pipeline.sh"