Skip to content

Instantly share code, notes, and snippets.

@ReimarPB
Created September 11, 2021 19:10
Show Gist options
  • Save ReimarPB/fb3ed30c9961775743c7bafb2355b478 to your computer and use it in GitHub Desktop.
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)
@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