#!/usr/bin/env bash # Step the Hangar weapons-container carousel right and capture the Name+DATA SHEET. set -u export HOME=/sylph-home/re OUT=/sylph-home/re/caps; mkdir -p "$OUT" vgamepad dpad right; sleep 0.30; vgamepad dpad center; sleep 3.0 screenshot /tmp/h.png >/dev/null 2>&1 convert /tmp/h.png -crop 530x480+700+95 +repage "$OUT/$1.png" echo "$OUT/$1.png"