Files
RSSHub-manager/dev.sh

4 lines
144 B
Bash
Raw Normal View History

2025-12-12 10:34:24 +08:00
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