Skip to content

Instantly share code, notes, and snippets.

@youpy
Created May 12, 2012 06:38
Show Gist options
  • Save youpy/2664647 to your computer and use it in GitHub Desktop.
Save youpy/2664647 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
$stdin.each do |line|
print "\a"
$stdout.write line
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment