Files
telegram-customer-bot/monitor.sh
2025-11-01 21:58:31 +08:00

8 lines
219 B
Bash
Executable File

#!/bin/bash
echo "📡 监控 Telegram 机器人..."
echo "================================"
echo "按 Ctrl+C 退出"
echo ""
tail -f bot.out | grep -E "(from user|forward|reply|消息|客户|管理员|ERROR|WARNING)"