historical/cryptoxmr-automator.git/run.bat

5 lines
41 B
Batchfile
Raw Normal View History

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