Skip to content

Instantly share code, notes, and snippets.

@sivabudh
Created November 9, 2011 05:12
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 sivabudh/1350469 to your computer and use it in GitHub Desktop.
Save sivabudh/1350469 to your computer and use it in GitHub Desktop.
Sync Heroku
#!/usr/bin/env ruby
require "open-uri"
open("http://www.forkedelic.com") do |f|
puts "Successfully pinged Forkedelic.com at #{Time.now}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment