#!/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/mission_20211027 G1DB${set} | tee /tmp/mission_20211027_s${set}.log"
done
