feat: Move memory check to own module (#1072)

This commit is contained in:
Kroese
2025-10-16 23:49:16 +02:00
committed by GitHub
parent dac574d933
commit 8c44319c45
4 changed files with 96 additions and 88 deletions

8
src/finish.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -Eeuo pipefail
if [[ "$DEBUG" == [Yy1]* ]]; then
printf "QEMU arguments:\n\n%s\n\n" "${ARGS// -/$'\n-'}"
fi
return 0