PageRenderTime 21ms CodeModel.GetById 16ms app.highlight 3ms RepoModel.GetById 1ms app.codeStats 0ms

/bin/storadm

https://bitbucket.org/kschiess/qemu-toolkit
Ruby | 14 lines | 9 code | 4 blank | 1 comment | 0 complexity | 5d6f75f779343f8d21ea771bba00fb5e MD5 | raw file
 1#!/usr/bin/env ruby
 2
 3def root(*args)
 4  File.expand_path(
 5    File.join(File.dirname(__FILE__), '..',
 6      *args))
 7end
 8
 9$:.unshift root('lib')
10
11require 'qemu-toolkit'
12
13require 'qemu-toolkit/storadm'
14QemuToolkit::Storadm.run