Skip to content

Instantly share code, notes, and snippets.

@AJFaraday
Created May 10, 2011 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AJFaraday/964529 to your computer and use it in GitHub Desktop.
Save AJFaraday/964529 to your computer and use it in GitHub Desktop.
beeps of evil
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