aboutsummaryrefslogtreecommitdiff
path: root/runaleemod.bat
blob: 50df4699542237894b9252efb4055665dcd63c37 (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 AleeMod
node aleemod.js
goto 1