Created
May 10, 2011 14:06
-
-
Save AJFaraday/964529 to your computer and use it in GitHub Desktop.
beeps of evil
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i = 0 | |
loop do | |
i += 1 | |
system "beep -f #{rand(i * 100) + 100}" | |
sleep rand((i+1)/100) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment