4 lines
78 B
Python
4 lines
78 B
Python
|
|
#os.system(command)
|
||
|
|
import os,time
|
||
|
|
os.system("git pull")
|
||
|
|
os.system("pause")
|