aboutsummaryrefslogtreecommitdiff
path: root/update.bat
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-03-25 02:09:05 -0400
committerAndrew Lee <andrew@alee14.me>2025-03-25 02:09:05 -0400
commit82c2cd30f515fd121bae580555d51cb66fec4c64 (patch)
treec2c23b0690a42155917b5b74c6ee63e0ca4a200b /update.bat
downloadAleeBot-APF-82c2cd30f515fd121bae580555d51cb66fec4c64.tar.gz
AleeBot-APF-82c2cd30f515fd121bae580555d51cb66fec4c64.tar.bz2
AleeBot-APF-82c2cd30f515fd121bae580555d51cb66fec4c64.zip
Initial commit
Diffstat (limited to 'update.bat')
-rwxr-xr-xupdate.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/update.bat b/update.bat
new file mode 100755
index 0000000..ff674a9
--- /dev/null
+++ b/update.bat
@@ -0,0 +1,7 @@
+@echo off
+title Update
+echo [INFO] Updating Git...
+git pull
+echo [SUCCESS] Git has been updated!
+echo Press Anything to Exit!
+pause \ No newline at end of file