aboutsummaryrefslogtreecommitdiff
path: root/runbot.bat
blob: 132e422148fdc0c66099b3e6f634785ed15d442c (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 bot.js
goto 1