4 lines
67 B
Bash
Executable file
4 lines
67 B
Bash
Executable file
#!/bin/bash
|
|
|
|
curl "http://wttr.in/$1?m&format=%l:%20%C%20%t%20%h"
|
|
|