7 lines
89 B
Bash
Executable File
7 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# 启动 cron
|
|
service cron start
|
|
|
|
# 查看日志
|
|
tail -f /var/log/python.log |