Update shell_execute.py

This commit is contained in:
qiaofeng1227 2023-02-22 10:44:15 +08:00 committed by GitHub
parent ffc4db75fc
commit 7217e22a72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
#!/usr/bin/python3
import os, io, sys, platform, shutil, time, subprocess, json, datetime
# 执行Shell命令处理报错和超时并有返回值