Created
December 8, 2016 15:40
-
-
Save skorotkiewicz/bf956fff5bdca68de1277c7714baf4a2 to your computer and use it in GitHub Desktop.
Countdown to new year 2017!
This file contains hidden or 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 [[ $(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