mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-23 19:42:04 -05:00
7 lines
131 B
Batchfile
7 lines
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
|