From fdd4864a3cda127c8fa6e40a766042ebed665715 Mon Sep 17 00:00:00 2001 From: xfnw Date: Mon, 6 Jul 2020 22:42:19 +0000 Subject: [PATCH] wttr integration --- bin/wttr | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bin/wttr diff --git a/bin/wttr b/bin/wttr new file mode 100755 index 0000000..937c60d --- /dev/null +++ b/bin/wttr @@ -0,0 +1,4 @@ +#!/bin/bash + +curl "http://wttr.in/$1?m&format=%l:%20%C%20%t%20%h" +