#!/usr/bin/env bash
#
# This script just forwards all arguments to the real vagrant-go binary.

/opt/vagrant/bin/vagrant-go "$@"
