diff options
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 |
