From ee0c1de1c37b72f92e59f5f26e063b0b2dadc77a Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Wed, 19 Aug 2026 12:20:16 +0800 Subject: news: download.huzheng.org is up, no need to check; need to check my services --- sh/news | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sh/news') diff --git a/sh/news b/sh/news index 32cceb2..bff0cdc 100755 --- a/sh/news +++ b/sh/news @@ -28,7 +28,14 @@ daily () { } monthly () { - o "$BROWSER" http://download.huzheng.org + # test my server services websites see if working or not + o "$BROWSER" \ + https://flylightning.xyz \ + https://git.flylightning.xyz \ + https://mirrors.flylightning.xyz \ + ibwg:57151 \ + ibwg:9117 + # Show 3 months' remind. Old reason for 3 months is not valid any more, but I like this period and my calculation so I decided to keep it. # (2*31+30+6)/7=14. Consider month 1 day 1 is on Sunday and make sure month 3 day 31 is shown. Tested with `rem -cu+14 -@ -w114 2025-03-01` o alacritty --hold -e sh -c 'rem -cu+14 -@ -w114 | "$PAGER"' -- cgit v1.3.1