Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 214 Bytes

File metadata and controls

11 lines (7 loc) · 214 Bytes

pyexec_shell

  • exec_shell.py

在当前运行的服务器上运行命令和在服务器上检测文件,使用示例:

exec_shell('mkdir /test')

check_file('/data', '1*')