dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 3e3a9b64bb959d3ed9d7ed581227ed297355ad98
parent d58bc384850e44fd8a6804ed8efd2ea5303ba70d
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 25 May 2020 21:17:07 +0200

weather: use v2 api

Former-commit-id: 008ab415d334c10cd2bd72abbde61376f0ec8b9e
Diffstat:
Mscripts/weather | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/weather b/scripts/weather @@ -1,2 +1,2 @@ #!/usr/bin/env bash -curl -s wttr.in/${1:-amsterdam} | less -R +curl -s v2.wttr.in/${1:-amsterdam} | less -R