61c4982fde
Closes #19
9 lines
226 B
Ruby
Executable file
9 lines
226 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
if File.exists?(File.join(File.expand_path('../../', __FILE__), '.git'))
|
|
$:.unshift(File.expand_path('../../lib', __FILE__))
|
|
end
|
|
|
|
require 'vagrant-lxc'
|
|
|
|
load Vagrant.source_root.join('bin/vagrant').to_s
|