Add windows vm to FreeBSD on laptop.

This commit is contained in:
Tom Alexander
2024-08-17 22:17:45 -04:00
parent aec97a5df6
commit 077155f835
12 changed files with 370 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ function cleanup {
done
}
pods=()
for sig in EXIT INT QUIT HUP TERM; do
for sig in EXIT; do
trap "set +e; cleanup" "$sig"
done