mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -05: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'
|