Created
December 8, 2016 15:26
-
-
Save skorotkiewicz/04bf4fe5761640520f91cfe7257ae301 to your computer and use it in GitHub Desktop.
Countdown to new year
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 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