aboutsummaryrefslogtreecommitdiff
path: root/runaleebot.bat
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-06-01 21:12:23 +0000
committerUnknown <Alee14498@gmail.com>2017-06-01 21:12:23 +0000
commitce4bfa0c9327b72c8870b0cd36180c90f3ecf2fa (patch)
tree6d83d746b308605771d4ad130047be98d4c423e0 /runaleebot.bat
parentb982d5d144320f3cd89c40bc92cd331ec235cfe3 (diff)
downloadAleeBot-ce4bfa0c9327b72c8870b0cd36180c90f3ecf2fa.tar.gz
AleeBot-ce4bfa0c9327b72c8870b0cd36180c90f3ecf2fa.tar.bz2
AleeBot-ce4bfa0c9327b72c8870b0cd36180c90f3ecf2fa.zip
Adding seperate things
Diffstat (limited to 'runaleebot.bat')
-rw-r--r--runaleebot.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/runaleebot.bat b/runaleebot.bat
new file mode 100644
index 0000000..fb00bad
--- /dev/null
+++ b/runaleebot.bat
@@ -0,0 +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 aleebot.js
+goto 1