mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-23 01:42:01 -05:00
5 lines
No EOL
40 B
Batchfile
5 lines
No EOL
40 B
Batchfile
@echo off
|
|
:a
|
|
git pull
|
|
node bot.js
|
|
goto a |