chore: initial commit
This commit is contained in:
8
monitor.sh
Executable file
8
monitor.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "📡 监控 Telegram 机器人..."
|
||||
echo "================================"
|
||||
echo "按 Ctrl+C 退出"
|
||||
echo ""
|
||||
|
||||
tail -f bot.out | grep -E "(from user|forward|reply|消息|客户|管理员|ERROR|WARNING)"
|
||||
Reference in New Issue
Block a user