4 lines
40 B
Plaintext
4 lines
40 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
curl -s wttr.in | head -n -1
|