6 lines
94 B
Batchfile
6 lines
94 B
Batchfile
@echo off
|
|
color 0a
|
|
title AGSamantha server
|
|
cls
|
|
node --max-old-space-size=6660 index.mjs
|
|
pause
|