Files
ssh-updater/start.bat
T
dinlo e0a986eb30 Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-31 18:45:31 +08:00

7 lines
125 B
Batchfile

@echo off
cd /d "%~dp0"
echo Starting Server Updates...
node --loader ts-node/esm index.ts
echo.
echo Process finished.
pause