Skip to content

Instantly share code, notes, and snippets.

@rugyoga
Created March 8, 2016 19:11
Show Gist options
  • Save rugyoga/ea27326ab33b4b7cc40c to your computer and use it in GitHub Desktop.
Save rugyoga/ea27326ab33b4b7cc40c to your computer and use it in GitHub Desktop.
ruby echo
#!/usr/bin/env ruby
while a = gets
puts "#{a}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment