add feed watch
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
2024-08-18 01:28:04 +09:00
parent 3904c576f0
commit 84efc31248
5 changed files with 110 additions and 1 deletions

View File

@ -16,6 +16,7 @@ source $d/reply.zsh
source $d/notify.zsh
source $d/notify_cid.zsh
source $d/cron.zsh
source $d/feed.zsh
case $1 in
refresh|r)
@ -36,4 +37,7 @@ case $1 in
cid)
cid
;;
feed)
feed
;;
esac