#!/usr/bin/env bash set -euo pipefail ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" cd "${ROOT_DIR}" if [[ "${SKIP_SETUP:-0}" != "1" ]]; then ./scripts/setup_env.sh fi if [[ -d "${VENV_DIR:-.venv}" ]]; then source "${VENV_DIR:-.venv}/bin/activate" fi ./scripts/run_two_a6000.sh