aboutsummaryrefslogtreecommitdiff
path: root/runaleebot.bat
blob: 26bf1f1cffcb0268b780988e978178428766105c (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...
node aleebot.js
goto 1