1 2 3 4 5 6 7
#!/bin/sh cd $(dirname $0) sh libvirt-setup.sh python3 test-ipxe.py -v rc="$?" sh libvirt-cleanup.sh exit $rc