Files
RSSHub-manager/dev.sh
2025-12-12 10:34:24 +08:00

4 lines
144 B
Bash
Executable File

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