aboutsummaryrefslogtreecommitdiffhomepage
path: root/Vagrant/cleanup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrant/cleanup.sh')
-rwxr-xr-xVagrant/cleanup.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/Vagrant/cleanup.sh b/Vagrant/cleanup.sh
new file mode 100755
index 0000000..a049429
--- /dev/null
+++ b/Vagrant/cleanup.sh
@@ -0,0 +1,8 @@
1#!/bin/bash
2vagrant destroy -f
3if [ -d host_vars ]; then
4 rm -rf host_vars
5fi
6if [ -d .vagrant ]; then
7 rm -rf .vagrant
8fi