feat: Display info message

This commit is contained in:
Kroese 2024-04-18 23:13:59 +02:00 committed by GitHub
parent 036c2e13bd
commit 18ad9ad272
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,7 @@ fi
terminal terminal
tail -fn +0 "$QEMU_LOG" 2>/dev/null & tail -fn +0 "$QEMU_LOG" 2>/dev/null &
( sleep 5 ; [ ! -f "$QEMU_END" ] && info "Windows started succesfully, you can now connect to http://localhost:8006/ in your browser..." ) &
cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" & cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" &
wait $! || : wait $! || :