Skip to content

Instantly share code, notes, and snippets.

@Endika
Created May 19, 2016 12:28
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 Endika/6017c50f434ad3588c203e8e9002b7e8 to your computer and use it in GitHub Desktop.
Save Endika/6017c50f434ad3588c203e8e9002b7e8 to your computer and use it in GitHub Desktop.
Show weather in bash
#copy in your .bashrc
curl -s wttr.in/madrid > wttr ; head -n 7 wttr; rm wttr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment