Files
cdTestPlant3/拉取最新代码.py

4 lines
78 B
Python
Raw Permalink Normal View History

2023-06-04 20:01:58 +08:00
#os.system(command)
import os,time
os.system("git pull")
os.system("pause")