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 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 runaleebot.bat (limited to 'runaleebot.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 -- cgit v1.2.3