feat: Add automatic device type (#749)

This commit is contained in:
Kroese
2024-05-27 17:25:52 +02:00
committed by GitHub
parent fb1751ff26
commit c135c4cac3
6 changed files with 20 additions and 17 deletions

View File

@@ -32,4 +32,4 @@ tail -fn +0 "$QEMU_LOG" 2>/dev/null &
cat "$QEMU_TERM" 2>/dev/null & wait $! || :
sleep 1 & wait $!
finish 0
[ ! -f "$QEMU_END" ] && finish 0