Sha256: fb4814277b7c7812ba4a53588f34fabf09bc214ae2bdff8a2f81ac144fc771d0

Contents?: true

Size: 229 Bytes

Versions: 9

Compression:

Stored size: 229 Bytes

Contents

#!/usr/bin/env ruby

require 'open3'

bindir = File.dirname(File.expand_path(__FILE__))
script = File.join(bindir, File.basename($0) + ".sh 2>&1")

Open3.popen3(script) do |input, output|
  output.each { |line| print(line) }
end

Version data entries

9 entries across 3 versions & 1 rubygems

Version Path
lhm-1.0.0.rc7 bin/lhm-spec-setup-cluster
lhm-1.0.0.rc7 bin/lhm-spec-clobber
lhm-1.0.0.rc7 bin/lhm-spec-grants
lhm-1.0.0.rc6 bin/lhm-spec-grants
lhm-1.0.0.rc6 bin/lhm-spec-clobber
lhm-1.0.0.rc6 bin/lhm-spec-setup-cluster
lhm-1.0.0.rc5 bin/lhm-spec-clobber
lhm-1.0.0.rc5 bin/lhm-spec-setup-cluster
lhm-1.0.0.rc5 bin/lhm-spec-grants