summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2026-06-25 10:49:24 +0800
committerXiao Pan <xyz@flylightning.xyz>2026-06-25 10:49:36 +0800
commit4d2f37f81e119929f724fad40ff24be66d15257b (patch)
tree67c6efcb468e8491ea03de85e499012a6ee43b5e /sh
parentd4632ea830d457b1f72dce7390cabb146740600c (diff)
chnage comment
Diffstat (limited to 'sh')
-rwxr-xr-xsh/news2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/news b/sh/news
index c04a1de..2095967 100755
--- a/sh/news
+++ b/sh/news
@@ -30,7 +30,7 @@ daily () {
monthly () {
o "$BROWSER" http://download.huzheng.org
- # Show 3 months' remind. I use 3 months because it is better to know I20 deadline 3 months earlier so I have 2 months to prepare the money for extension.
+ # 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"'
}