#!/bin/bash
python -c 'from infrasim import qemu; qemu.stop_qemu("{{yml_file}}");  qemu.start_qemu("{{yml_file}}");'
