.profile/_GAMES/SMM/run_nex_server.bat
SuperMarioDaBom b11783222b Removed game template - will re-add later
Added endpoint for confirming emails
 - Emails aren't sent tho, so kinda useless rn
2018-02-21 18:44:04 -08:00

4 lines
No EOL
82 B
Batchfile

@echo off
echo Launching Super Mario Maker NEX server....
node nex_server.js
pause