Files
cdTestPlant3/拉取最新代码.py
2023-06-04 20:01:58 +08:00

4 lines
78 B
Python

#os.system(command)
import os,time
os.system("git pull")
os.system("pause")