Files
2025-08-25 17:53:08 +08:00

7 lines
89 B
Bash

#!/bin/bash
# 启动 cron
service cron start
# 查看日志
tail -f /var/log/python.log