Scripts/weather
2023-01-04 02:39:58 +01:00

3 lines
51 B
Bash
Executable File

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