mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-03-27 01:07:43 -04:00
4 lines
104 B
Ruby
Executable file
4 lines
104 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
$LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__))
|
|
|
|
require 'vmfloaty/cli'
|