Initial commit

This commit is contained in:
2025-12-12 10:34:24 +08:00
commit ba6ef07f36
5 changed files with 29 additions and 0 deletions

3
dev.sh Executable file
View File

@@ -0,0 +1,3 @@
ps -ef | grep 'node' | grep '/opt/rsshub/RSSHub' | grep -v 'grep' | awk '{print $2}' | xargs kill -9 2>/dev/null
cd /opt/rsshub/RSSHub
pnpm dev