batch readme

This commit is contained in:
darthsandmann
2016-10-11 19:01:39 +02:00
parent 84252d2223
commit 4e49e87940
19 changed files with 548 additions and 0 deletions

11
Herunterladen.bat Normal file
View File

@@ -0,0 +1,11 @@
@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