CARe / Step3_Reg /scripts /run_from_step12_flat.sh
Hongyang-Li's picture
Upload 78 files
ffba4ae verified
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
echo "[interfaceB] run_from_step12_flat.sh now uses the unified retry_noinvertext logic" >&2
exec "${SCRIPT_DIR}/run_visualize_from_step12_flat_with_retry_no_invert_ext.sh" "$@"