aboutsummaryrefslogtreecommitdiff
path: root/runaleebot.bat
diff options
context:
space:
mode:
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