#!/bin/sh cd $(dirname $0) sh libvirt-setup.sh python3 test-ipxe.py -v rc="$?" sh libvirt-cleanup.sh exit $rc