AleeBot/update.bat
2017-06-07 15:26:43 -04:00

7 lines
No EOL
131 B
Batchfile

@echo off
title Update
echo [INFO] Updating Git...
git pull
echo [SUCCESS] Git has been updated!
echo Press Anything to Exit!
pause