Skip to content

Instantly share code, notes, and snippets.

@skorotkiewicz
Created December 8, 2016 15:40
Show Gist options
  • Save skorotkiewicz/bf956fff5bdca68de1277c7714baf4a2 to your computer and use it in GitHub Desktop.
Save skorotkiewicz/bf956fff5bdca68de1277c7714baf4a2 to your computer and use it in GitHub Desktop.
Countdown to new year 2017!
while [[ $(date +%Y) -ne 2017 ]];do figlet $(($(date -d 2017-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