aboutsummaryrefslogtreecommitdiff
path: root/runbot.bat
blob: 5cddf5a67ae7110a5d7c9e3fc2346a94e6b9007c (plain) (blame)
1
2
3
4
5
6
7
8
@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