mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
8 lines
149 B
Ruby
Executable file
8 lines
149 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
$LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__))
|
|
|
|
require 'vmfloaty'
|
|
|
|
Vmfloaty.new.run
|