#!/bin/bash for i in []bcpc-{bootstrap,vm{1..3}} { VBoxManage controlvm $i poweroff VBoxManage unregistervm $i --delete } 2>/dev/null #TODO: figure out where vbox VM state directory is and blow that away