From ba5077afcd8950b4d779c18f29d63be56c99240b Mon Sep 17 00:00:00 2001 From: David Aizenberg Date: Mon, 24 Sep 2018 05:49:06 +0300 Subject: [PATCH] weather --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index b923646..00b5091 100644 --- a/.bashrc +++ b/.bashrc @@ -64,6 +64,9 @@ cd() { fi } +rain() { +curl -4 http://wttr.in/$1 +} # Logbook # Idea taken from: https://news.ycombinator.com/item?id=17064520