Files
cdtestplant_v1/拉取最新代码.py
2025-04-29 18:09:00 +08:00

4 lines
78 B
Python

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