File size: 179 Bytes
50e6701
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
@echo off

call :colored Updating... Green
git pull
echo ---

@pause

:colored
%Windir%\System32\WindowsPowerShell\v1.0\Powershell.exe write-host -foregroundcolor %2 %1