Files
UnrealEngineUWP/Engine/Source/Programs/PixelStreaming/WebServers/SignallingWebServer/runNoSetup.bat
Ben Marsh 99be00dcdb Merging latest from Private-Starship.
[CL 13192225 by Ben Marsh in ue5-main branch]
2020-05-05 18:50:52 -04:00

14 lines
242 B
Batchfile
Executable File

:: Copyright Epic Games, Inc. All Rights Reserved.
@echo off
pushd %~dp0
title Cirrus
::Run node server
::If running with frontend web server and accessing outside of localhost pass in --publicIp=<ip_of_machine>
node cirrus %*
popd
pause