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