# pyexec_shell **Repository Path**: ttutils/pyexec_shell ## Basic Information - **Project Name**: pyexec_shell - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-15 - **Last Updated**: 2024-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

pyexec_shell

- exec_shell.py 在当前运行的服务器上运行命令和在服务器上检测文件,使用示例: ```python exec_shell('mkdir /test') check_file('/data', '1*') ```