9 lines
100 B
Bash
Executable file
9 lines
100 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -f ~/src
|
|
ln -sf /vagrant ~/src
|
|
|
|
cd ~/src/inception || exit 1
|
|
|
|
vagrant up --provision
|
|
|