#!/usr/bin/env bash USER_DIR=./customers/$1 (cd $USER_DIR && vagrant destroy -f) rm -rf $USER_DIR