#!/bin/sh virsh list --all | grep running | grep -v ' Id' | grep -v -- '----' | awk '{print $2}' | sort