6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
wttr=$(curl 'https://wttr.in/Kumylzhenskaya?format=1')
|
|
|
|
echo $wttr
|