cli-scripts/scripts/forecast

9 lines
103 B
Plaintext
Raw Normal View History

2024-02-29 20:44:48 +00:00
#!/usr/bin/env bash
if ! [[ -n $1 ]]; then
loc="Cowley,UK"
else
loc=$1
fi
curl wttr.in/$loc?u