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