PokeBot/run.bat
2018-03-09 21:54:28 -05:00

5 lines
41 B
Batchfile

@echo off
:a
git pull
node bot.js
goto a