Delta-v/runserver.bat

4 lines
52 B
Batchfile

@echo off
dotnet run --project Content.Server
pause