Run virt-viewers in parallel

master
LEdoian 3 years ago
parent a43d766b89
commit efb04bdf6c

@ -11,7 +11,7 @@ for vm in output/*/; do
echo system_powerdown | ncat -U "$vm/monitor.sock" echo system_powerdown | ncat -U "$vm/monitor.sock"
;; ;;
'attach') 'attach')
remote-viewer "spice+unix://./$vm/spice.sock" remote-viewer "spice+unix://./$vm/spice.sock" &
;; ;;
*) *)
echo >&2 "Usage: $0 (start | stop | attach)" echo >&2 "Usage: $0 (start | stop | attach)"

Loading…
Cancel
Save