AleeBot/update.bat

7 lines
131 B
Batchfile
Raw Normal View History

2017-06-07 15:26:43 -04:00
@echo off
title Update
echo [INFO] Updating Git...
git pull
echo [SUCCESS] Git has been updated!
echo Press Anything to Exit!
pause