diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2026-08-19 12:20:16 +0800 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2026-08-19 12:20:16 +0800 |
| commit | ee0c1de1c37b72f92e59f5f26e063b0b2dadc77a (patch) | |
| tree | 6728e20e791d6c1be2bf25e5e399ebe968c0b248 /sh/news | |
| parent | 09518e11e08de142fd2e1d9659fd2f94860197a2 (diff) | |
news: download.huzheng.org is up, no need to check; need to check my services
Diffstat (limited to 'sh/news')
| -rwxr-xr-x | sh/news | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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"' |
