3 lines
52 B
Bash
Executable File
3 lines
52 B
Bash
Executable File
#!/bin/zsh
|
|
curl wttr.in/`echo $* | sed 's/ /%20/g'`
|