Scripts/weather
2023-04-09 13:14:40 +02:00

3 lines
52 B
Bash
Executable File

#!/bin/zsh
curl wttr.in/`echo $* | sed 's/ /%20/g'`