6 lines
112 B
Batchfile
6 lines
112 B
Batchfile
|
|
@echo off
|
|
cls
|
|
echo Attempting to pull the latest repository updates.
|
|
echo:
|
|
Windows\make pull-windows
|
|
pause |