From 7ecf9c7b6a6df89548432e709b6a63e12e8dc755 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 28 Jan 2021 14:09:16 +0000 Subject: [PATCH] bin: add simple wrapper for wttr.in --- bin/wttr | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/wttr diff --git a/bin/wttr b/bin/wttr new file mode 100755 index 0000000..7e0125b --- /dev/null +++ b/bin/wttr @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +curl wttr.in/$1 -- 2.48.1