summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-06-01 20:54:10 +0000
committerUnknown <Alee14498@gmail.com>2017-06-01 20:54:10 +0000
commitb53bee092af9fea75bc6a8a713286e995a3c8b79 (patch)
tree570b8791d336666a52748e30e9877076e22e283c
parent4ea57810aa585e04418bb7041287534885f7c1b1 (diff)
downloadAleeBot-b53bee092af9fea75bc6a8a713286e995a3c8b79.tar.gz
AleeBot-b53bee092af9fea75bc6a8a713286e995a3c8b79.tar.bz2
AleeBot-b53bee092af9fea75bc6a8a713286e995a3c8b79.zip
Putting some things in the batch file
-rw-r--r--runbot.bat5
1 files changed, 4 insertions, 1 deletions
diff --git a/runbot.bat b/runbot.bat
index 133e1e2..132e422 100644
--- a/runbot.bat
+++ b/runbot.bat
@@ -1,5 +1,8 @@
@echo off
:1
+echo [INFO] Getting the latest info...
+git pull
+echo [SUCCESS] Finished getting the latest info
echo [INFO] Starting AleeBot
node bot.js
-goto 1 \ No newline at end of file
+goto 1