This website requires JavaScript.
Explore
Help
Sign In
haskal
/
vagrant
Watch
1
Star
0
Fork
You've already forked vagrant
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
0ddda8f591
vagrant
/
bin
/
vagrant
6 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Got some binaries in, a shell for VM management
2010-01-30 06:21:35 +00:00
#!/usr/bin/env ruby
Began work on new CLI.
2010-08-24 06:44:42 +00:00
require 'vagrant'
Got some binaries in, a shell for VM management
2010-01-30 06:21:35 +00:00
Removed final binaries and moved vagrant-temp to vagrant
2010-04-14 00:19:37 +00:00
# Call the command
Began work on new CLI.
2010-08-24 06:44:42 +00:00
Vagrant::Command.execute(*ARGV)