From f5526c4cfbe0803212050dc53a487e5c3b38bd4b Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 14 Feb 2024 02:23:53 +0100 Subject: Update scripts --- bin/extra/timezone | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/extra/timezone (limited to 'bin/extra/timezone') diff --git a/bin/extra/timezone b/bin/extra/timezone new file mode 100755 index 0000000..6f93aad --- /dev/null +++ b/bin/extra/timezone @@ -0,0 +1,3 @@ +#!/bin/sh +curl -s "https://www.timeanddate.com/time/zone/$1" | + pup -p '.tb-tz > tbody:nth-child(2) > tr:nth-child(1) > th:nth-child(1) text{}' -- cgit v1.2.3