10 lines
226 B
Text
10 lines
226 B
Text
|
#!/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
|