Files
2026-01-09 18:07:41 +08:00

7 lines
89 B
Bash

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