agsamantha/start.bat
The Ghost of FOSS' Future c6b7b1823b
Update start.bat
2024-09-16 08:29:50 -05:00

6 lines
94 B
Batchfile

@echo off
color 0a
title AGSamantha server
cls
node --max-old-space-size=6660 index.mjs
pause