Loading src/entry.sh +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ version=$(qemu-system-x86_64 --version | head -n 1 | cut -d '(' -f 1 | awk '{ pr info "Booting ${APP}${BOOT_DESC} using QEMU v$version..." { qemu-system-x86_64 ${ARGS:+ $ARGS} exec qemu-system-x86_64 ${ARGS:+ $ARGS} } > >(tee "$QEMU_PTY" | sed -u \ -e 's/\x1B\[[=0-9;]*[a-z]//gi' \ -e 's/\x1B\x63//g' \ Loading Loading
src/entry.sh +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ version=$(qemu-system-x86_64 --version | head -n 1 | cut -d '(' -f 1 | awk '{ pr info "Booting ${APP}${BOOT_DESC} using QEMU v$version..." { qemu-system-x86_64 ${ARGS:+ $ARGS} exec qemu-system-x86_64 ${ARGS:+ $ARGS} } > >(tee "$QEMU_PTY" | sed -u \ -e 's/\x1B\[[=0-9;]*[a-z]//gi' \ -e 's/\x1B\x63//g' \ Loading