#!/bin/bash
source $HOME/.gamerc

for set in 1 2 3 4 5 6 11 12 13 14 15 21 22 23 24 25 26 27 28 29 30; do
	echo GAMEDB${set} | colorize yellow black
	ssh GAMEDB${set} "/tmp/20211103/b_5007_16004 G1DB${set} | tee /tmp/20211103/b_5007_16004_s${set}.display"
	ssh GAMEDB${set} "/tmp/20211103/c_5008_16006 G1DB${set} | tee /tmp/20211103/c_5008_16006_s${set}.display"
	ssh GAMEDB${set} "/tmp/20211103/d_12101 G1DB${set} | tee /tmp/20211103/d_12101_s${set}.display"
done
