update
This commit is contained in:
parent
fb7c5d9d47
commit
db04b3f98a
|
|
@ -193,3 +193,4 @@ plugins/goedge-happy
|
|||
/data
|
||||
/plugins/flexcdn
|
||||
/plugins/tools
|
||||
/plugins/choose-linux-python
|
||||
|
|
|
|||
|
|
@ -8,8 +8,10 @@
|
|||
# Author: midoks <midoks@163.com>
|
||||
# ---------------------------------------------------------------------------------
|
||||
|
||||
import core.mw as mw
|
||||
|
||||
# 识别linux计划任务
|
||||
def init_cron():
|
||||
print("开始识别cron")
|
||||
print("结束识别cron")
|
||||
|
||||
content = mw.execShell("crontab -l")
|
||||
print(content)
|
||||
Loading…
Reference in New Issue