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