Skip to content

Instantly share code, notes, and snippets.

@stefanschmidt
Created June 22, 2014 01:09
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 stefanschmidt/105e364cde60f4f3f40a to your computer and use it in GitHub Desktop.
Save stefanschmidt/105e364cde60f4f3f40a to your computer and use it in GitHub Desktop.
ARD soccer world cup ticker in terminal window
# watch requires unicode patch to work properly: https://launchpad.net/debian/+source/procps/1:3.2.8-3
watch -tn 10 'w3m http://www1.sportschau.de/sportschau_specials/layout/php/ticker/index.phtml?tid=2387 | tail -n+15'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment