aboutsummaryrefslogtreecommitdiff
path: root/runaleebot.bat
blob: fb00bad493f4f339c3b904a313f75f47ae8d5538 (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