Files
my-scripts/weather
T

6 lines
59 B
Bash
Raw Normal View History

2024-12-31 11:03:56 +01:00
#!/bin/bash
set -euo pipefail
2023-08-18 11:00:43 +02:00
curl "http://wttr.in/$1?m"