4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo `curl 'https://wttr.in/Viveiro?format=%c%t+%m+%w' 2>/dev/null`
|