diff --git a/boot-qemu.py b/boot-qemu.py index a592046..1426933 100755 --- a/boot-qemu.py +++ b/boot-qemu.py @@ -185,7 +185,8 @@ def _run_fg(self): qemu_cmd += [self._qemu_path, *self._qemu_args] - print(f"$ {' '.join(shlex.quote(str(elem)) for elem in qemu_cmd)}") + print(f"$ {' '.join(shlex.quote(str(elem)) for elem in qemu_cmd)}", + flush=True) try: subprocess.run(qemu_cmd, check=True) except subprocess.CalledProcessError as err: