From ce4bfa0c9327b72c8870b0cd36180c90f3ecf2fa Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 1 Jun 2017 21:12:23 +0000 Subject: Adding seperate things --- runaleebot.bat | 8 ++++++++ runaleemod.bat | 8 ++++++++ runbot.bat | 8 -------- 3 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 runaleebot.bat create mode 100644 runaleemod.bat delete mode 100644 runbot.bat 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 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 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 -- cgit v1.2.3