Last active
January 23, 2019 05:47
-
-
Save amol9/d7cbab3a9d1f3851085f75887841d914 to your computer and use it in GitHub Desktop.
BASH one-liner to get weather info
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
curl -s wttr.in/mumbai | head -n 7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment