WEB/Herunterladen.bat

11 lines
466 B
Batchfile
Raw Normal View History

2016-10-11 19:01:39 +02:00
@echo off
echo ---------------------------------------------------------------I
echo Herunterladen des aktuellen Repositories I
echo ---------------------------------------------------------------I
git pull
echo ---------------------------------------------------------------I
echo Herunterladen beendet I
echo ---------------------------------------------------------------I
echo.
echo.
pause