#!/usr/bin/env bash # lane CB: the load path, one click per step, verified by a FRESH screendump each time. # (The vmwatch wall caches frames for 5 s; a cached frame reads exactly like a click that did # nothing, and cost this lane four wrong diagnoses before it was spotted.) set -e ROW_Y=${1:-349} cd /home/alex/sots-re step() { ./dumps/cbstep.sh "$1" >/dev/null 2>&1; sleep "${2:-3}"; } step 'move 551 523;;sleep 400;;click 551 523;;sleep 3000' 4 # OK -> the saved-game list step "move 350 $ROW_Y;;sleep 400;;click 350 $ROW_Y;;sleep 2000" 3 uv run --with pillow python3 tools/vmshot.py --ssh --one 146 2>&1 | tail -1