today I learned:
#linux #shell
#ShellScripting #wetter #weather
füge das zu Deiner ~/.bashrc hinzu:
```
wetter(){
curl http://wttr.in/$1
}
```
danach:
(found at https://github.com/chubin/wttr.in)
@pjakobs very cool but here it does not load :( ?
@Linknation I do not know what the bandwidth is there, maybe we've just slashdotted it.
@pjakobs ok now it does :) (it's just super slow)
@Linknation it's the developer self-hosting this. While it doesn't take much resources, I guess if all of us try it, it might be a little slow.