Sha256: 5261128d4a953773714b0884e66300a122db5e78a49612052b19783ce7804468

Contents?: true

Size: 361 Bytes

Versions: 113

Compression:

Stored size: 361 Bytes

Contents

#!/usr/bin/env ruby
# -*- encoding: binary -*-
# tee(1) as distributed on most(all?) systems is buffered in luserspace
# this only does unbuffered writes (with line-buffered input) to make
# test output appear in real-time
$stdin.binmode
$stdout.binmode
fp = File.open(ARGV.shift, "wb")
$stdin.each_line do |line|
  fp.syswrite line
  $stdout.syswrite line
end

Version data entries

113 entries across 113 versions & 8 rubygems

Version Path
boourns-unicorn-4.4.9 t/bin/utee
unicorn-4.6.0pre1 t/bin/utee
rainbows-4.4.3 t/bin/utee
unicorn-4.5.0 t/bin/utee
rainbows-4.4.2 t/bin/utee
rainbows-4.4.1.1.gd5c8c t/bin/utee
unicorn-4.5.0pre1 t/bin/utee
boourns-unicorn-4.4.8 t/bin/utee
boourns-unicorn-4.4.6 t/bin/utee
boourns-unicorn-4.4.5 t/bin/utee
boourns-unicorn-4.4.4 t/bin/utee
boourns-unicorn-4.4.3 t/bin/utee
boourns-unicorn-4.4.2 t/bin/utee
boourns-unicorn-4.4.1 t/bin/utee
preplay_unicorn-4.3.1.5.ga7df t/bin/utee
unicorn-4.4.0 t/bin/utee
preplay_unicorn-4.3.1.2.gc450 t/bin/utee
rainbows-4.4.1 t/bin/utee
rainbows-4.4.0 t/bin/utee
unicorn-lb-patch-4.3.1.13.gb7d9 t/bin/utee