Sha256: c0c13c589c63d55618088df24815f50305170aa6942bd64721227afbbfab00f6
Contents?: true
Size: 162 Bytes
Versions: 2
Compression:
Stored size: 162 Bytes
Contents
#!/usr/bin/env ruby # read lines from stdin # echo each line back # on EOF, quit nicely $stdout.sync = true while line = $stdin.gets $stdout.write(line) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hydra-0.1.1 | test/echo_the_dolphin.rb |
hydra-0.1.0 | test/echo_the_dolphin.rb |