From 7d7ac8edaa770556f4ce8226b728f468a23defab Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 14 Apr 2023 00:58:10 +0200 Subject: [PATCH] Formatting --- run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index d6969ba..c3ddbba 100755 --- a/run.sh +++ b/run.sh @@ -39,7 +39,9 @@ ARGS="-m ${RAM_SIZE} -smp ${CPU_CORES} ${KVM_ACC_OPTS} ${EXTRA_OPTS} ${KVM_MON_O set -m ( - for _SIGNAL in {1..64}; do trap "echo Caught trap ${_SIGNAL} for the QEMU process" "${_SIGNAL}"; done + for _SIGNAL in {1..64}; do + trap "echo Caught trap ${_SIGNAL} for the QEMU process" "${_SIGNAL}"; + done qemu-system-x86_64 ${ARGS} & echo $! > ${_QEMU_PID} ) set +m