aboutsummaryrefslogtreecommitdiff
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
parentb982d5d144320f3cd89c40bc92cd331ec235cfe3 (diff)
downloadAleeBot-ce4bfa0c9327b72c8870b0cd36180c90f3ecf2fa.tar.gz
AleeBot-ce4bfa0c9327b72c8870b0cd36180c90f3ecf2fa.tar.bz2
AleeBot-ce4bfa0c9327b72c8870b0cd36180c90f3ecf2fa.zip
Adding seperate things
-rw-r--r--runaleebot.bat (renamed from runbot.bat)4
-rw-r--r--runaleemod.bat8
2 files changed, 10 insertions, 2 deletions
diff --git a/runbot.bat b/runaleebot.bat
index 5cddf5a..fb00bad 100644
--- a/runbot.bat
+++ b/runaleebot.bat
@@ -3,6 +3,6 @@
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
+echo [INFO] Starting AleeBot
+node aleebot.js
goto 1
diff --git a/runaleemod.bat b/runaleemod.bat
new file mode 100644
index 0000000..50df469
--- /dev/null
+++ b/runaleemod.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 AleeMod
+node aleemod.js
+goto 1