added vagrant defaults

This commit is contained in:
Jeffrey Paul
2014-06-05 01:41:14 +02:00
parent 85e47effca
commit 0a1614b2f9
3 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
default: up
up: destroy
vagrant up
destroy:
vagrant destroy -f