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