1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

get weather for Amsterdam

This commit is contained in:
Ryan Kes 2020-09-11 10:24:55 +02:00
parent b37265eb1f
commit 4d9110a51c

View File

@ -1,3 +1,3 @@
#!/usr/bin/env sh #!/usr/bin/env sh
curl --silent "https://wttr.in/?format=2" | sed 's///g' curl --silent "https://wttr.in/amsterdam?format=2" | sed 's///g'