#!/bin/bash
vm=Windows10
echo "Starting $vm"
sudo virsh start $vm
echo "$vm started successfully"
logout