#!/bin/bash while read -r domain; do echo "Will start $domain"; virsh start $domain && sleep 10; done < ../domains_start_order