historical/cryptoxmr-automator.git/run.bat

5 lines
41 B
Batchfile
Raw Normal View History

2024-01-16 17:20:27 +00:00
@echo off
cls
:A
node index.js
GOTO A