Skip to content

Instantly share code, notes, and snippets.

@MikeSilvis
Created July 6, 2012 14:26
Show Gist options
  • Save MikeSilvis/3060459 to your computer and use it in GitHub Desktop.
Save MikeSilvis/3060459 to your computer and use it in GitHub Desktop.
desc "pings my domain every x mimnutes"
task :pings do
require 'net/http'
require 'uri'
Net::HTTP.get URI("http://mikesilvis.com")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment