Skip to content

Instantly share code, notes, and snippets.

@jaturken
Created February 20, 2015 10:11
Show Gist options
  • Save jaturken/6b79d65a5bdf9839f813 to your computer and use it in GitHub Desktop.
Save jaturken/6b79d65a5bdf9839f813 to your computer and use it in GitHub Desktop.
loop do
$stdout.write "content: #{$stdin.read}"
sleep 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment