Created
October 16, 2016 18:59
-
-
Save srvm/aa7bb9a074e042f448b44ec149dd7bd8 to your computer and use it in GitHub Desktop.
Weather forecast on the command-line
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 | |
| 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