diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-02-26 01:57:19 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-02-26 01:57:19 -0800 |
commit | 7520cc110e496200cc0c65dca0524161ef2d8eaa (patch) | |
tree | 43747a4a6d45810230b3c08119302f2e48e3a28e | |
parent | 876a8698dced9a1a6fe8c554a6e48da3a8b41e24 (diff) |
update
-rwxr-xr-x | sh/news | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ monthly () { o "$BROWSER" https://smtp.cheogram.com/ 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. # (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' + o alacritty --hold -e sh -c 'rem -cu+14 -@ -w114 | "$PAGER"' } if [ $# -eq 0 ]; then |