From 82c2cd30f515fd121bae580555d51cb66fec4c64 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 25 Mar 2025 02:09:05 -0400 Subject: Initial commit --- update.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 update.bat (limited to 'update.bat') 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 -- cgit v1.2.3