Created
September 11, 2021 19:10
-
-
Save ReimarPB/fb3ed30c9961775743c7bafb2355b478 to your computer and use it in GitHub Desktop.
Windows bat file for viewing a weather report from the command line using wttr.in (curl is required)
This file contains 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
@echo off | |
mode con: cols=126 lines=40 | |
curl wttr.in | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment