Skip to content

Instantly share code, notes, and snippets.

@skorotkiewicz
Created December 8, 2016 15:26
Show Gist options
  • Save skorotkiewicz/04bf4fe5761640520f91cfe7257ae301 to your computer and use it in GitHub Desktop.
Save skorotkiewicz/04bf4fe5761640520f91cfe7257ae301 to your computer and use it in GitHub Desktop.
Countdown to new year
while [[ $(date +%Y) -ne 2013 ]];do figlet $(($(date -d 2013-01-01 +%s)-$(date +%s)));sleep 1;clear;done;figlet 'Happy New Year!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment