diff options
| -rw-r--r-- | runaleebot.bat (renamed from runbot.bat) | 4 | ||||
| -rw-r--r-- | runaleemod.bat | 8 |
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 |
