First commit - backup RDOC

This commit is contained in:
2026-02-20 07:20:32 -03:00
commit b7415f0586
259 changed files with 51707 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
@echo off
echo ===================================
echo Auto-Sync RDO v3.0
echo ===================================
echo.
echo Iniciando monitoramento automatico...
echo Repositorio: https://github.com/Reifonas/TS_RDO.git
echo Intervalo: 15 segundos
echo.
echo Pressione Ctrl+C para parar
echo.
node auto-sync.js
echo.
echo Auto-sync finalizado.
pause