Skip to content

Instantly share code, notes, and snippets.

@matthiassturm
Created May 13, 2014 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthiassturm/9b723b77adbfc1764835 to your computer and use it in GitHub Desktop.
Save matthiassturm/9b723b77adbfc1764835 to your computer and use it in GitHub Desktop.
Countdown to World Cup 2014 in Brasil
#!/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