Skip to content

Instantly share code, notes, and snippets.

@alyssais
Created October 11, 2015 15:30
Show Gist options
  • Save alyssais/e5f1154465316e5bfbed to your computer and use it in GitHub Desktop.
Save alyssais/e5f1154465316e5bfbed to your computer and use it in GitHub Desktop.
loop do
puts `stty size`.split(/\s/).last.to_i.times.map { rand(124).zero? ? ?* : " " }.join
sleep (1.0/20)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment