dotfiles/.local/bin/update-weather
2025-06-04 22:44:56 +03:00

4 lines
178 B
Bash
Executable file

#! /usr/bin/sh
# Documentation available in https://github.com/chubin/wttr.in
curl --http1.1 --show-error --silent 'https://wttr.in/?0&m&q&T&format=3' > /tmp/weather-report.txt