Session Persistence
Medium
- Category
- Rogue Agent
- Content
```bash # 编辑 crontab crontab -e # 添加以下行(每小时检查并记录) 0 * * * * cd /home/rocfly/.openclaw/workspace/skills/minimax-usage-cn/scripts && ./minimax-usage.sh >> /home/rocfly/.openclaw/workspace/logs/minimax-usage.log 2>&1
- Confidence
- 79% confidence
- Finding
- crontab -e
