aboutsummaryrefslogtreecommitdiff
path: root/run.bat
blob: 6e9fe6a2b1a2bfeae2b5c75b11a8ffb9b808fac1 (plain) (blame)
1
2
3
4
5
6
@echo off
:a
git pull
npm i
node bot.js
goto a