aboutsummaryrefslogtreecommitdiff
path: root/runbot.bat
diff options
context:
space:
mode:
Diffstat (limited to 'runbot.bat')
-rw-r--r--runbot.bat8
1 files changed, 0 insertions, 8 deletions
diff --git a/runbot.bat b/runbot.bat
deleted file mode 100644
index 5cddf5a..0000000
--- a/runbot.bat
+++ /dev/null
@@ -1,8 +0,0 @@
-@echo off
-:1
-echo [INFO] Getting the latest info...
-git pull
-echo [SUCCESS] Finished getting the latest info
-echo [INFO] Starting AleeBot & AleeMod
-node aleebot.js && node aleemod.js
-goto 1