1 2 3 4 5 6 7 8
#!/bin/bash set -ex DIR="$(dirname `readlink -f $0`)" cd $DIR vagrant up vagrant destroy -f