Created
May 13, 2014 16:16
-
-
Save matthiassturm/9b723b77adbfc1764835 to your computer and use it in GitHub Desktop.
Countdown to World Cup 2014 in Brasil
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
| #!/bin/bash | |
| e=1405195200;while [[ $(date +%Y) -ne $e ]];do figlet $(($e-$(date +%s)));sleep 1;clear;done;figlet $e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment