Skip to content

Instantly share code, notes, and snippets.

@sebastiangeiger
Forked from anonymous/countdown.rb
Created May 23, 2012 13:25
Show Gist options
  • Save sebastiangeiger/2775223 to your computer and use it in GitHub Desktop.
Save sebastiangeiger/2775223 to your computer and use it in GitHub Desktop.
ruby -e "require 'time';puts ((Time.parse('Jun 11 11:50') - Time.now) / 60 / 60 / 24).round.to_s + ' days left'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment