Created
January 4, 2026 04:52
-
-
Save jvarn/b7df1d7c067ecbc99854532ba972933c to your computer and use it in GitHub Desktop.
Weather from terminal
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
| # https://github.com/chubin/wttr.in | |
| # sudo nano /usr/local/bin/weather | |
| # sudo chmod +x /usr/local/bin/weather | |
| # ------- paste below then run with `weather` ------- # | |
| #!/bin/bash | |
| curl wttr.in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment