diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-25 02:09:05 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-25 02:09:05 -0400 |
| commit | 82c2cd30f515fd121bae580555d51cb66fec4c64 (patch) | |
| tree | c2c23b0690a42155917b5b74c6ee63e0ca4a200b /update.bat | |
| download | AleeBot-APF-82c2cd30f515fd121bae580555d51cb66fec4c64.tar.gz AleeBot-APF-82c2cd30f515fd121bae580555d51cb66fec4c64.tar.bz2 AleeBot-APF-82c2cd30f515fd121bae580555d51cb66fec4c64.zip | |
Initial commit
Diffstat (limited to 'update.bat')
| -rwxr-xr-x | update.bat | 7 |
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 |
