PokeBot/run.bat
2018-02-23 21:18:15 -05:00

5 lines
No EOL
40 B
Batchfile

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