Create finish.sh

This commit is contained in:
Kroese 2025-10-16 23:47:11 +02:00 committed by GitHub
parent 0fb68239a0
commit a5689f506a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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