Skip to content

Commit

Permalink
feat: Print version
Browse files Browse the repository at this point in the history
feat: Print version
  • Loading branch information
kroese authored Sep 30, 2023
2 parents b077e12 + 46c2f5e commit ba64103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ ARGS="${DEF_OPTS} ${CPU_OPTS} ${RAM_OPTS} ${MAC_OPTS} ${SERIAL_OPTS} ${NET_OPTS}
ARGS=$(echo "$ARGS" | sed 's/\t/ /g' | tr -s ' ')

trap - ERR
info "Booting image using QEMU ${VERS}..."

[[ "${DEBUG}" == [Yy1]* ]] && info "$VERS" && set -x
[[ "${DEBUG}" == [Yy1]* ]] && set -x
exec qemu-system-x86_64 ${ARGS:+ $ARGS}
{ set +x; } 2>/dev/null

0 comments on commit ba64103

Please sign in to comment.