shell-utils/app/forecast
2023-07-15 20:21:25 +01:00

9 lines
103 B
Bash
Executable File

#!/usr/bin/env bash
if ! [[ -n $1 ]]; then
loc="Cowley,UK"
else
loc=$1
fi
curl wttr.in/$loc?u