6 lines
90 B
Ruby
Executable File
6 lines
90 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
require 'vagrant'
|
|
|
|
# Call the command
|
|
Vagrant::Command.execute(*ARGV)
|