Initial commit

This commit is contained in:
Rishi Javia 2017-06-30 09:41:21 -07:00
commit d1f0a7b7ea
15 changed files with 1518 additions and 0 deletions

32
bin/beaker-vmpooler Executable file
View file

@ -0,0 +1,32 @@
#!/usr/bin/env ruby
require 'rubygems' unless defined?(Gem)
require 'beaker-vmpooler'
VERSION_STRING =
"
_ .--.
( ` )
beaker-vmpooler .-' `--,
_..----.. ( )`-.
.'_|` _|` _|( .__, )
/_| _| _| _( (_, .-'
;| _| _| _| '-'__,--'`--'
| _| _| _| _| |
_ || _| _| _| _| %s
_( `--.\\_| _| _| _|/
.-' )--,| _| _|.`
(__, (_ ) )_| _| /
`-.__.\\ _,--'\\|__|__/
;____;
\\YT/
||
|\"\"|
'=='
"
puts VERSION_STRING % [Beaker::DSL::Helpers::Vmpooler::Version::STRING]
exit 0