Spaces:
Runtime error
Runtime error
File size: 169 Bytes
359fa44 | 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
|