This commit is contained in:
2022-11-19 03:01:45 -05:00
parent 75ee5be87d
commit ac92286b5b
8 changed files with 128 additions and 7 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
all: vagrant
vagrant:
vagrant up --no-destroy-on-error --no-color | tee ./vagrantup.log
./forward-ssh.sh
clean:
vagrant destroy -f --no-color
rm -rf .vagrant ./*.log