Initial commit of vmfloaty

This commit is contained in:
Brian Cain 2014-10-28 21:57:59 -07:00
parent 1f86113243
commit 99b03e2994
9 changed files with 76 additions and 3 deletions

4
bin/floaty Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env ruby
$LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__))
require 'vmfloaty/cli'