Skip to content

Instantly share code, notes, and snippets.

@ryansmith3136
Created November 26, 2012 21:08
Show Gist options
  • Select an option

  • Save ryansmith3136/4150614 to your computer and use it in GitHub Desktop.

Select an option

Save ryansmith3136/4150614 to your computer and use it in GitHub Desktop.
loop do
$stdout.puts("at=begin")
sleep(5)
$stdout.puts("at=end")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment