#! /bin/bash

for i in $SMEI_SUBNET ; do

	ssh_to.py -init $i

done

exit 0
