DegMaTsu's picture
Upload 836 files
50e6701 verified
raw
history blame contribute delete
179 Bytes
@echo off
call :colored Updating... Green
git pull
echo ---
@pause
:colored
%Windir%\System32\WindowsPowerShell\v1.0\Powershell.exe write-host -foregroundcolor %2 %1