vagrant/bin/vagrant

6 lines
90 B
Plaintext
Raw Normal View History

#!/usr/bin/env ruby
2010-08-24 06:44:42 +00:00
require 'vagrant'
# Call the command
2010-08-24 06:44:42 +00:00
Vagrant::Command.execute(*ARGV)