Skip to content

Instantly share code, notes, and snippets.

@jmccartie
Created May 27, 2011 04:43
Show Gist options
  • Save jmccartie/994648 to your computer and use it in GitHub Desktop.
Save jmccartie/994648 to your computer and use it in GitHub Desktop.
lazy ways to do things while you're asleep
while Time.now.to_i < 1306476537
puts "not time yet...\n"
sleep 120
end
system "heroku db:push --tables search_terms --confirm myapp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment