3 lines
59 B
Bash
3 lines
59 B
Bash
#!/bin/zsh
|
|
# What is the weather?
|
|
curl "http://wttr.in/$1"
|
#!/bin/zsh
|
|
# What is the weather?
|
|
curl "http://wttr.in/$1"
|