mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-22 17:32:00 -05:00
5 lines
41 B
Batchfile
5 lines
41 B
Batchfile
@echo off
|
|
:a
|
|
git pull
|
|
node bot.js
|
|
goto a
|