Skip to content

Instantly share code, notes, and snippets.

@srvm
Created October 16, 2016 18:59
Show Gist options
  • Select an option

  • Save srvm/aa7bb9a074e042f448b44ec149dd7bd8 to your computer and use it in GitHub Desktop.

Select an option

Save srvm/aa7bb9a074e042f448b44ec149dd7bd8 to your computer and use it in GitHub Desktop.
Weather forecast on the command-line
#!/bin/bash
curl -s http://wttr.in/sanjose | head -n 17 | tail -n 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment