diff options
| author | Alee14 <alee14498@gmail.com> | 2017-06-07 15:26:43 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2017-06-07 15:26:43 -0400 |
| commit | 46bf14d7a7910ab63805bc6090e8d5d08492c6dc (patch) | |
| tree | 2bfb0f7ec3da780b495bc304007bb9eb60014160 /update.bat | |
| parent | aced8bea01ee665b44c9d9e52f600e8e4608bcdf (diff) | |
| download | AleeBot-46bf14d7a7910ab63805bc6090e8d5d08492c6dc.tar.gz AleeBot-46bf14d7a7910ab63805bc6090e8d5d08492c6dc.tar.bz2 AleeBot-46bf14d7a7910ab63805bc6090e8d5d08492c6dc.zip | |
Updating Stuff
Diffstat (limited to 'update.bat')
| -rw-r--r-- | update.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/update.bat b/update.bat new file mode 100644 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 |
