(#1) Update vmfloaty to use new vmpooler api

This commit also uses commander for arg parsing.

This commit is a WIP.
This commit is contained in:
Brian Cain 2015-09-05 16:17:45 -07:00
parent fcb43ac379
commit 296f9abb1d
11 changed files with 266 additions and 145 deletions

View file

@ -1,6 +1,7 @@
#!/usr/bin/env ruby
$LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__))
require 'vmfloaty'
Vmfloaty.new(ENV).start
Vmfloaty.new.run