Goodbye 2020

Goodbye 2020

As we look back, 2020 will be remembered but maybe not in the way that many of us thought. 2020 is behind us now, so it’s time to look forward to seeing what 2021 will bring us. Happy New Year!

Here’s a fun little one-liner to count down to 2027 in the Linux terminal.

Terminal window
until [ $V == 0 ];do clear;V=$((`date +%s -d"2027-01-01"`-`date +%s`)); \
figlet $(python -c 'import time;print time.strftime("%j:%H:%M:%S",time.gmtime('$V'))'); \
sleep 1;done;figlet 'Happy New Year!'