From 203ffcbfc31abb06c306d3adbde7e44dce9afca2 Mon Sep 17 00:00:00 2001 From: Larry Smith Jr Date: Thu, 3 Mar 2016 15:28:30 -0500 Subject: Added support for CentOS and Vagrant Signed-off-by: Larry Smith Jr --- cleanup.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 cleanup.sh (limited to 'cleanup.sh') diff --git a/cleanup.sh b/cleanup.sh new file mode 100755 index 0000000..a049429 --- /dev/null +++ b/cleanup.sh @@ -0,0 +1,8 @@ +#!/bin/bash +vagrant destroy -f +if [ -d host_vars ]; then + rm -rf host_vars +fi +if [ -d .vagrant ]; then + rm -rf .vagrant +fi -- cgit v1.2.3