mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
feat: Capture PTY output
This commit is contained in:
parent
d61f4a393a
commit
1961ee6dd7
1 changed files with 2 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ info "Booting $APP using $VERS..."
|
||||||
|
|
||||||
terminal
|
terminal
|
||||||
tail -fn +0 "$QEMU_LOG" 2>/dev/null &
|
tail -fn +0 "$QEMU_LOG" 2>/dev/null &
|
||||||
cat "$QEMU_TERM" 2>/dev/null & wait $! || :
|
cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" &
|
||||||
|
wait $! || :
|
||||||
|
|
||||||
sleep 1 && finish 0
|
sleep 1 && finish 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue