Files
cdtestplant_v1/拉取最新代码.py

4 lines
78 B
Python
Raw Normal View History

2025-04-29 18:09:00 +08:00
#os.system(command)
import os,time
os.system("git pull")
os.system("pause")