From 0f08d04698c814955116b6bae50752e64b774d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Thu, 23 Dec 2021 18:28:03 +0000 Subject: Thu Dec 23 06:28:03 PM UTC 2021 --- .bin/wttr | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .bin/wttr (limited to '.bin/wttr') diff --git a/.bin/wttr b/.bin/wttr new file mode 100755 index 0000000..c06c825 --- /dev/null +++ b/.bin/wttr @@ -0,0 +1,3 @@ +#!/bin/sh + +curl -s "wttr.in/${1}?m" -- cgit v1.2.3