Created
May 27, 2011 04:43
-
-
Save jmccartie/994648 to your computer and use it in GitHub Desktop.
lazy ways to do things while you're asleep
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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